aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes 8terminaldweller2024-09-011-10/+10
|
* added rss functionality to milla, watchlists now allow you to give them a ↵terminaldweller2024-08-311-0/+1
| | | | color so they can actually show you what they matched, bunch of other changes
* * fixed a crash when unloading a lua scriptterminaldweller2024-07-301-8/+19
| | | | | | | | | | | | * 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
* we can now add new commands from lua pluginsterminaldweller2024-07-211-0/+99
|
* WIPterminaldweller2024-06-261-1/+29
|
* added a shell.nix for pgformatter, and a wip trigger for db size maintenanceterminaldweller2024-06-111-0/+2
|
* added a new lua function, query_dbterminaldweller2024-06-101-0/+35
|
* added a load and unload command for pluginsterminaldweller2024-06-091-0/+7
|
* updated the readme, remove girc.Client as an arg to the lua extension ↵terminaldweller2024-06-091-12/+12
| | | | functions closures
* added ollama,chatgpt and gemini request functions for the lua plugins to useterminaldweller2024-06-041-7/+57
|
* updated the readme and added example for lua scriptingterminaldweller2024-06-031-0/+5
|
* initial lua script support, fixes #27, fixes #34terminaldweller2024-06-031-12/+51
|
* first lua script, WIP, rss script incomingterminaldweller2024-06-031-18/+20
|
* some cleanupterminaldweller2024-06-031-3/+36
|
* tables are working nowterminaldweller2024-06-011-6/+6
|
* initial support for lua, WIPterminaldweller2024-05-311-0/+179