Files
koreader/plugins/terminal.koplugin/_meta.lua
2018-08-18 20:41:37 +02:00

7 lines
168 B
Lua

local _ = require("gettext")
return {
name = "terminal",
fullname = _("Terminal"),
description = _([[Executes simple commands and shows their output.]]),
}