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
*
update install script paths
Lance Borden
2025-08-19
1
-2
/
+2
*
keep history to home dir and use .config instead of custom dotfile dir
Lance Borden
2025-08-19
2
-4
/
+8
*
- 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
3
-3
/
+43
*
add api method to enable/disable inline suggestions
BanceDev
2025-02-11
3
-1
/
+18
*
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
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
[next]