index
:
lush
main
Linux shell powered by lua scripting
nginx
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lush.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added output redirection with
BanceDev
2024-09-25
1
-12
/
+52
*
added ; chaining operator
BanceDev
2024-09-25
1
-14
/
+14
*
added || chaining operator
BanceDev
2024-09-25
1
-2
/
+9
*
fixed splitting within quoted string
BanceDev
2024-09-23
1
-5
/
+10
*
made and operator actually conditional
BanceDev
2024-09-23
1
-14
/
+24
*
fixed operator chaining to handle commands terminating with an operator
BanceDev
2024-09-23
1
-14
/
+5
*
implemented background process operator
BanceDev
2024-09-23
1
-128
/
+82
*
implemented piping into new chaining method
BanceDev
2024-09-23
1
-10
/
+30
*
fixed && chaining for builtins
BanceDev
2024-09-18
1
-22
/
+30
*
added basic && chaining
BanceDev
2024-09-18
1
-7
/
+71
*
changed tokenizer to handle all the chaining operators
BanceDev
2024-09-17
1
-18
/
+76
*
added better clarification to help menu
BanceDev
2024-09-13
1
-1
/
+2
*
fixed bug in input buffer handling due to misplaced print
BanceDev
2024-09-12
1
-2
/
+2
*
fixed exit status issue with non interative mode
BanceDev
2024-09-12
1
-1
/
+1
*
added non interative mode for running lua scripts
BanceDev
2024-09-12
1
-0
/
+27
*
attempt to update build script to accept input into lush shell
BanceDev
2024-09-12
1
-1
/
+1
*
added e2e testing to cover basic shell functionality
BanceDev
2024-09-12
1
-2
/
+1
*
updated buffer size for date to account for compiler warning
BanceDev
2024-09-11
1
-5
/
+3
*
initialized OLDPWD properly
BanceDev
2024-09-11
1
-1
/
+4
*
added HOSTNAME envar
BanceDev
2024-09-11
1
-0
/
+5
*
added OLDPWD environment var and cd - to go to OLDPWD
BanceDev
2024-09-11
1
-1
/
+10
*
added date format specifier for prompt
BanceDev
2024-09-11
1
-5
/
+18
*
fixed off-by-one error with prompt wrapping
BanceDev
2024-09-11
1
-11
/
+89
*
added tab to accept inline autocomplete
BanceDev
2024-09-10
1
-9
/
+85
*
basic current directory suggestions
BanceDev
2024-09-10
1
-9
/
+146
*
added handling for when prompt gets longer than terminal width
BanceDev
2024-09-10
1
-0
/
+36
*
added support for multiline prompts
BanceDev
2024-09-10
1
-4
/
+35
*
lua api functions for getting terminal width and height
BanceDev
2024-09-10
1
-0
/
+15
*
add aliasing to init.lua
BanceDev
2024-09-09
1
-4
/
+77
*
bugfix to inline backspace and delete on multiline buffer
BanceDev
2024-09-09
1
-7
/
+23
*
fixed line wrapping when deleting inline
BanceDev
2024-09-09
1
-0
/
+8
*
fixed wrapping bug due to not using updated prompt_length
BanceDev
2024-09-09
1
-3
/
+6
*
added stripping of escape sequences from prompt size to allow for coloring
BanceDev
2024-09-09
1
-5
/
+26
*
added support for init.lua for configuring shell
BanceDev
2024-09-09
1
-30
/
+84
*
added support for cli args for lua scripts
BanceDev
2024-09-08
1
-1
/
+7
*
added --version flag
BanceDev
2024-09-07
1
-1
/
+9
*
fixed bug with cursor alignment when adding text within the buffer
BanceDev
2024-09-07
1
-1
/
+11
*
fixed crash when no history exists yet and polls for history
BanceDev
2024-09-06
1
-5
/
+7
*
fixed inability to move cursor between lines
BanceDev
2024-09-06
1
-18
/
+61
*
cleaned up syntax
BanceDev
2024-09-05
1
-5
/
+3
*
bugfix on arrowkey movement after browsing history
BanceDev
2024-09-05
1
-0
/
+4
*
fixed bugs with multi line history elements
BanceDev
2024-09-04
1
-31
/
+28
*
command history scrolling implemented
BanceDev
2024-09-04
1
-0
/
+32
*
history saving implemented
BanceDev
2024-09-04
1
-0
/
+3
*
added cd to lua api
BanceDev
2024-09-03
1
-25
/
+23
*
fixed a bug where multiline commands printed wrong
BanceDev
2024-09-03
1
-2
/
+47
*
removed need for lush command to execute lua files
BanceDev
2024-09-03
1
-8
/
+12
*
update lua api to table and added getcwd to api
BanceDev
2024-09-03
1
-2
/
+4
*
fixed crash in cd when no path found
BanceDev
2024-09-02
1
-1
/
+1
*
added basic lua scripting
BanceDev
2024-09-02
1
-12
/
+30
[next]