aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 2024-09-091-3/+6
|
* added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 2024-09-091-5/+26
|
* added support for init.lua for configuring shellGravatar BanceDev 2024-09-094-36/+135
|
* added getenv and putenv to Lua APIGravatar BanceDev 2024-09-081-5/+27
| | | | fixed bug where terminal closed upon encountering Lua error
* added lua api functions for indexing historyGravatar BanceDev 2024-09-081-0/+28
|
* added support for cli args for lua scriptsGravatar BanceDev 2024-09-083-3/+19
|
* added --version flagGravatar BanceDev 2024-09-071-1/+9
|
* fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 2024-09-071-1/+11
|
* 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
|
* bugfix on arrowkey movement after browsing historyGravatar BanceDev 2024-09-051-0/+4
|
* 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-041-63/+113
|
* 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-041-0/+42
|
* added missing lua registrationsGravatar BanceDev 2024-09-031-0/+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-031-1/+21
|
* update lua api to table and added getcwd to apiGravatar BanceDev 2024-09-032-6/+27
|
* fixed crash in cd when no path foundGravatar BanceDev 2024-09-021-1/+1
|
* searches .lush/scripts for lua filesGravatar BanceDev 2024-09-021-1/+26
|
* added basic lua scriptingGravatar BanceDev 2024-09-024-17/+128
| | | | 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-012-6/+56
|
* changed promptGravatar BanceDev 2024-09-011-1/+21
|
* initial commitGravatar BanceDev 2024-09-012-0/+392