Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-30 | * fixed a bug where we would end up with an unwanted whitespace at the | terminaldweller | 1 | -0/+2 | |
beginning of all args passed to the custom lua commands * added some notes to the readme | |||||
2024-07-30 | * fixed a crash when unloading a lua script | terminaldweller | 3 | -16/+49 | |
* added event types, foreground and background color for watchlists * added a url_encode function to lua to encode urls. Underneath, it just calls the standard library function from golang * updated the README * the urban plugin now can take in the number of entries to return * reverted a bug where setting the http proxy for the lua http module was not working * fixed the url for the ip script so it is actually working. the current provider does not support ipv6 though | |||||
2024-07-21 | we can now add new commands from lua plugins | terminaldweller | 2 | -6/+57 | |
2024-06-26 | WIP | terminaldweller | 2 | -0/+33 | |
2024-06-10 | added a new lua function, query_db | terminaldweller | 1 | -3/+13 | |
2024-06-09 | fixes #33 | terminaldweller | 1 | -2/+0 | |
2024-06-09 | added a load and unload command for plugins | terminaldweller | 2 | -3/+41 | |
2024-06-03 | updated the readme and added example for lua scripting | terminaldweller | 2 | -0/+64 | |
2024-06-03 | initial lua script support, fixes #27, fixes #34 | terminaldweller | 1 | -1/+9 | |
2024-06-03 | first lua script, WIP, rss script incoming | terminaldweller | 1 | -0/+13 | |