aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_api.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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