aboutsummaryrefslogtreecommitdiffstats
path: root/.lush/scripts/example.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added getenv and putenv to Lua APIGravatar BanceDev 2024-09-081-0/+6
| | | | fixed bug where terminal closed upon encountering Lua error
* added lua api functions for indexing historyGravatar BanceDev 2024-09-081-0/+7
|
* added support for cli args for lua scriptsGravatar BanceDev 2024-09-081-0/+9
|
* added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 2024-09-041-0/+17
|
* added exists function to lua apiGravatar BanceDev 2024-09-041-0/+5
|
* updated the example.lua to use new cd commandGravatar BanceDev 2024-09-031-2/+2
|
* added debug mode for scriptingGravatar BanceDev 2024-09-031-0/+5
|
* update lua api to table and added getcwd to apiGravatar BanceDev 2024-09-031-2/+19
|
* added basic lua scriptingGravatar BanceDev 2024-09-021-0/+24
added exec function to run shell commands from lua
e with non interative modeGravatar BanceDev 1-1/+1 2024-09-12added non interative mode for running lua scriptsGravatar BanceDev 2-4/+28 2024-09-12temporary github action fix until non-interactive mode is implementedGravatar BanceDev 1-2/+2 2024-09-12attempt to update build script to accept input into lush shellGravatar BanceDev 2-4/+6 2024-09-12prevent lush workflow from getting stuck in testsGravatar Lance Borden 1-1/+4 2024-09-12removed chsh in workflowGravatar Lance Borden 1-4/+1