aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added getenv and putenv to Lua APIGravatar BanceDev 2024-09-082-5/+33
| | | | fixed bug where terminal closed upon encountering Lua error
* added lua api functions for indexing historyGravatar BanceDev 2024-09-082-0/+35
|
* added support for cli args for lua scriptsGravatar BanceDev 2024-09-084-3/+28
|
* added --version flagGravatar BanceDev 2024-09-071-1/+9
|
* fixed error in install.sh instructionsGravatar BanceDev 2024-09-071-1/+1
|
* fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 2024-09-071-1/+11
|
* added API guide to readmeGravatar BanceDev 2024-09-061-1/+5
|
* Update README.mdGravatar Lance Borden 2024-09-061-1/+1
|
* better readmeGravatar BanceDev 2024-09-062-2/+14
|
* Create FUNDING.ymlGravatar Lance Borden 2024-09-061-0/+14
|
* 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