Initial commit

This commit is contained in:
2026-01-01 14:53:14 +01:00
commit ff029ef3a4
65 changed files with 27790 additions and 0 deletions

11
plugin.lua Normal file
View File

@@ -0,0 +1,11 @@
---@meta
---This function should be defined by the user in the script
---EXIT, CONFIGURE, SHOW commands are not sent to the script
---@param cmd string
---@param param string
function command(cmd, param) end
---@param body string
---@param title string
function message_box(body, title) end