aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added ; chaining operatorGravatar BanceDev 2024-09-251-14/+14
|
* added || chaining operatorGravatar BanceDev 2024-09-251-2/+9
|
* fixed lua api exit status issueGravatar BanceDev 2024-09-231-1/+1
|
* fixed splitting within quoted stringGravatar BanceDev 2024-09-231-5/+10
|
* made and operator actually conditionalGravatar BanceDev 2024-09-232-17/+27
|
* fixed operator chaining to handle commands terminating with an operatorGravatar BanceDev 2024-09-231-14/+5
|
* implemented background process operatorGravatar BanceDev 2024-09-236-154/+238
|
* implemented piping into new chaining methodGravatar BanceDev 2024-09-231-10/+30
|
* fixed && chaining for builtinsGravatar BanceDev 2024-09-182-23/+31
|
* added basic && chainingGravatar BanceDev 2024-09-182-8/+73
|
* changed tokenizer to handle all the chaining operatorsGravatar BanceDev 2024-09-173-20/+78
|
* added better clarification to help menuGravatar BanceDev 2024-09-131-1/+2
|
* fixed bug in input buffer handling due to misplaced printGravatar BanceDev 2024-09-122-5/+8
|
* fixed exit status issue with non interative modeGravatar BanceDev 2024-09-121-1/+1
|
* added non interative mode for running lua scriptsGravatar BanceDev 2024-09-121-0/+27
|
* attempt to update build script to accept input into lush shellGravatar BanceDev 2024-09-121-1/+1
|
* added e2e testing to cover basic shell functionalityGravatar BanceDev 2024-09-123-4/+6
|
* updated buffer size for date to account for compiler warningGravatar BanceDev 2024-09-111-5/+3
|
* added glob function to lua APiGravatar BanceDev 2024-09-111-0/+43
|
* initialized OLDPWD properlyGravatar BanceDev 2024-09-111-1/+4
|
* added HOSTNAME envarGravatar BanceDev 2024-09-111-0/+5
|
* added OLDPWD environment var and cd - to go to OLDPWDGravatar BanceDev 2024-09-111-1/+10
|
* added date format specifier for promptGravatar BanceDev 2024-09-111-5/+18
|
* fixed off-by-one error with prompt wrappingGravatar BanceDev 2024-09-111-11/+89
|
* added tab to accept inline autocompleteGravatar BanceDev 2024-09-101-9/+85
|
* basic current directory suggestionsGravatar BanceDev 2024-09-101-9/+146
|
* made it so that lua args properly reset between commandsGravatar BanceDev 2024-09-101-0/+4
|
* added handling for when prompt gets longer than terminal widthGravatar BanceDev 2024-09-101-0/+36
|
* added support for multiline promptsGravatar BanceDev 2024-09-101-4/+35
|
* lua api functions for getting terminal width and heightGravatar BanceDev 2024-09-102-0/+40
|
* added coloring to help commandGravatar BanceDev 2024-09-091-2/+2
|
* add aliasing to init.luaGravatar BanceDev 2024-09-093-4/+89
|
* bugfix to inline backspace and delete on multiline bufferGravatar BanceDev 2024-09-091-7/+23
|
* fixed line wrapping when deleting inlineGravatar BanceDev 2024-09-091-0/+8
|
* 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
|