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
*
- The premake5.lua file has been updated to include the LUA_COMPAT_BITLIB com...
Andrew D. France
2025-07-23
1
-14
/
+9
*
Re-added luaL_openlibs(L); ln:1495
Andrew D. France
2025-07-22
1
-1
/
+1
*
src/lush.c ln:1500-1508: corrected the 'luaL' typos
Andrew D. France
2025-07-22
1
-3
/
+3
*
Compat53 library uses the floor function, which is part of the C math library...
Andrew D. France
2025-07-22
1
-1
/
+0
*
Fixed the header path for compat: preload compat modules for lua within lua-i...
Andrew D. France
2025-07-22
1
-1
/
+22
*
Added compat53 to init block: added .gitmodules init to install.sh
Andrew D. France
2025-07-22
1
-0
/
+1
*
Added compat53 support and fixed bugged non-interactive mode
Andrew D. France
2025-07-14
1
-34
/
+26
*
added ability to configure alternate shell
BanceDev
2025-02-13
1
-2
/
+26
*
add api method to enable/disable inline suggestions
BanceDev
2025-02-11
1
-1
/
+2
*
add globbing to command mode
BanceDev
2025-02-11
1
-1
/
+5
*
added wildcard globbing
BanceDev
2025-02-11
1
-1
/
+74
*
fixed --version bug
BanceDev
2025-02-10
1
-1
/
+1
*
made constant for lush_lua builtin index
BanceDev
2025-02-07
1
-1
/
+1
*
added command string mode
BanceDev
2025-02-07
1
-1
/
+33
*
added redirect/append for stdout, stderr, or both
BanceDev
2024-09-27
1
-38
/
+118
*
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 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
[next]