aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdGravatar Lance Borden 2024-09-061-0/+4
|
* fixed crash when no history exists yet and polls for historyGravatar BanceDev 2024-09-061-5/+7
|
* fixed inability to move cursor between linesGravatar BanceDev 2024-09-061-18/+61
|
* cleaned up syntaxGravatar BanceDev 2024-09-051-5/+3
|
* Update CONTRIBUTING.mdGravatar Lance Borden 2024-09-051-2/+0
|
* bugfix on arrowkey movement after browsing historyGravatar BanceDev 2024-09-051-0/+4
|
* updated readmeGravatar BanceDev 2024-09-041-0/+1
|
* upadted contribution guidelinesGravatar BanceDev 2024-09-041-0/+18
|
* Create CONTRIBUTING.mdGravatar Lance Borden 2024-09-041-0/+46
|
* fixed bugs with multi line history elementsGravatar BanceDev 2024-09-041-31/+28
|
* added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 2024-09-042-63/+130
|
* command history scrolling implementedGravatar BanceDev 2024-09-042-1/+34
|
* history saving implementedGravatar BanceDev 2024-09-044-0/+192
|
* added exists function to lua apiGravatar BanceDev 2024-09-042-0/+47
|
* added missing lua registrationsGravatar BanceDev 2024-09-031-0/+2
|
* updated the example.lua to use new cd commandGravatar BanceDev 2024-09-031-2/+2
|
* added cd to lua apiGravatar BanceDev 2024-09-032-25/+67
|
* fixed a bug where multiline commands printed wrongGravatar BanceDev 2024-09-031-2/+47
|
* removed need for lush command to execute lua filesGravatar BanceDev 2024-09-032-9/+13
|
* added debug mode for scriptingGravatar BanceDev 2024-09-032-1/+26
|
* update lua api to table and added getcwd to apiGravatar BanceDev 2024-09-033-8/+46
|
* fixed crash in cd when no path foundGravatar BanceDev 2024-09-021-1/+1
|
* searches .lush/scripts for lua filesGravatar BanceDev 2024-09-022-6/+27
|
* added basic lua scriptingGravatar BanceDev 2024-09-028-17/+206
| | | | added exec function to run shell commands from lua
* added arrow key movementGravatar BanceDev 2024-09-022-58/+122
|
* updated help and fixed SIGINTGravatar BanceDev 2024-09-014-7/+64
|
* lunar shell logoGravatar BanceDev 2024-09-012-0/+6
|
* changed promptGravatar BanceDev 2024-09-011-1/+21
|
* initial commitGravatar BanceDev 2024-09-019-0/+521