aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_api.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added support for init.lua for configuring shellGravatar BanceDev 2024-09-091-6/+45
|
* added getenv and putenv to Lua APIGravatar BanceDev 2024-09-081-5/+27
| | | | fixed bug where terminal closed upon encountering Lua error
* added lua api functions for indexing historyGravatar BanceDev 2024-09-081-0/+28
|
* added support for cli args for lua scriptsGravatar BanceDev 2024-09-081-1/+11
|
* added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 2024-09-041-63/+113
|
* history saving implementedGravatar BanceDev 2024-09-041-0/+2
|
* added exists function to lua apiGravatar BanceDev 2024-09-041-0/+42
|
* added missing lua registrationsGravatar BanceDev 2024-09-031-0/+2
|
* added cd to lua apiGravatar BanceDev 2024-09-031-0/+44
|
* added debug mode for scriptingGravatar BanceDev 2024-09-031-1/+21
|
* update lua api to table and added getcwd to apiGravatar BanceDev 2024-09-031-4/+23
|
* searches .lush/scripts for lua filesGravatar BanceDev 2024-09-021-1/+26
|
* added basic lua scriptingGravatar BanceDev 2024-09-021-0/+63
added exec function to run shell commands from lua