aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-04fixed bugs with multi line history elementsGravatar BanceDev 1-31/+28
2024-09-04added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 2-63/+130
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
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
s='deletions'>-1/+1 2024-09-12fixed bug in input buffer handling due to misplaced printGravatar BanceDev 2-5/+8 2024-09-12Update build.yml checkout v4Gravatar Lance Borden 1-1/+1 2024-09-12Update build.yml to artifact v4Gravatar Lance Borden 1-1/+1 2024-09-12fixed exit status issue 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