aboutsummaryrefslogtreecommitdiffstats
path: root/.lush (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-04added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 1-0/+17
2024-09-04command history scrolling implementedGravatar BanceDev 2-1/+34
2024-09-04history saving implementedGravatar BanceDev 4-0/+192
2024-09-04added exists function to lua apiGravatar BanceDev 2-0/+47
2024-09-03added missing lua registrationsGravatar BanceDev 1-0/+2
2024-09-03updated the example.lua to use new cd commandGravatar BanceDev 1-2/+2
2024-09-03added cd to lua apiGravatar BanceDev 2-25/+67
2024-09-03fixed a bug where multiline commands printed wrongGravatar BanceDev 1-2/+47
2024-09-03removed need for lush command to execute lua filesGravatar BanceDev 2-9/+13
2024-09-03added debug mode for scriptingGravatar BanceDev 2-1/+26
2024-09-03update lua api to table and added getcwd to apiGravatar BanceDev 3-8/+46
2024-09-02fixed crash in cd when no path foundGravatar BanceDev 1-1/+1
2024-09-02searches .lush/scripts for lua filesGravatar BanceDev 2-6/+27
2024-09-02added basic lua scriptingGravatar BanceDev 8-17/+206
added exec function to run shell commands from lua
2024-09-02added arrow key movementGravatar BanceDev 2-58/+122
2024-09-01updated help and fixed SIGINTGravatar BanceDev 4-7/+64
2024-09-01lunar shell logoGravatar BanceDev 2-0/+6
2024-09-01changed promptGravatar BanceDev 1-1/+21
oringGravatar BanceDev 1-5/+26 2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180 2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1 Updated the path to the example script and fixed a typo in the readme 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 fixed bug where terminal closed upon encountering Lua error 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14