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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed --version bug
BanceDev
2025-02-10
1
-1
/
+1
*
made constant for lush_lua builtin index
BanceDev
2025-02-07
2
-2
/
+3
*
added trap builtin
BanceDev
2025-02-07
2
-3
/
+139
*
added command string mode
BanceDev
2025-02-07
1
-1
/
+33
*
updated help messages
BanceDev
2024-10-15
2
-5
/
+51
*
added redirect/append for stdout, stderr, or both
BanceDev
2024-09-27
1
-38
/
+118
*
added exit api function
BanceDev
2024-09-27
3
-6
/
+20
*
fixed chaining execution attempting to execute operator
BanceDev
2024-09-27
1
-1
/
+4
*
fixed crash in redirect operator
BanceDev
2024-09-26
1
-10
/
+9
*
fixed semicolon chaining functionality
BanceDev
2024-09-25
1
-14
/
+9
*
fixed crash from incorrect pointer indexing
BanceDev
2024-09-25
1
-1
/
+1
*
added append chaining operator
BanceDev
2024-09-25
1
-3
/
+7
*
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 lua api exit status issue
BanceDev
2024-09-23
1
-1
/
+1
*
fixed splitting within quoted string
BanceDev
2024-09-23
1
-5
/
+10
*
made and operator actually conditional
BanceDev
2024-09-23
2
-17
/
+27
*
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
6
-154
/
+238
*
implemented piping into new chaining method
BanceDev
2024-09-23
1
-10
/
+30
*
fixed && chaining for builtins
BanceDev
2024-09-18
2
-23
/
+31
*
added basic && chaining
BanceDev
2024-09-18
2
-8
/
+73
*
changed tokenizer to handle all the chaining operators
BanceDev
2024-09-17
3
-20
/
+78
*
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
2
-5
/
+8
*
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
3
-4
/
+6
*
updated buffer size for date to account for compiler warning
BanceDev
2024-09-11
1
-5
/
+3
*
added glob function to lua APi
BanceDev
2024-09-11
1
-0
/
+43
*
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
*
made it so that lua args properly reset between commands
BanceDev
2024-09-10
1
-0
/
+4
*
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
2
-0
/
+40
*
added coloring to help command
BanceDev
2024-09-09
1
-2
/
+2
*
add aliasing to init.lua
BanceDev
2024-09-09
3
-4
/
+89
*
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
4
-36
/
+135
[next]