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
/
lua_api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added ability to configure alternate shell
BanceDev
2025-02-13
1
-0
/
+16
*
add api method to enable/disable inline suggestions
BanceDev
2025-02-11
1
-0
/
+10
*
updated help messages
BanceDev
2024-10-15
1
-3
/
+3
*
added exit api function
BanceDev
2024-09-27
1
-3
/
+17
*
fixed lua api exit status issue
BanceDev
2024-09-23
1
-1
/
+1
*
implemented background process operator
BanceDev
2024-09-23
1
-1
/
+0
*
changed tokenizer to handle all the chaining operators
BanceDev
2024-09-17
1
-1
/
+1
*
fixed bug in input buffer handling due to misplaced print
BanceDev
2024-09-12
1
-3
/
+6
*
added e2e testing to cover basic shell functionality
BanceDev
2024-09-12
1
-2
/
+4
*
added glob function to lua APi
BanceDev
2024-09-11
1
-0
/
+43
*
made it so that lua args properly reset between commands
BanceDev
2024-09-10
1
-0
/
+4
*
lua api functions for getting terminal width and height
BanceDev
2024-09-10
1
-0
/
+25
*
add aliasing to init.lua
BanceDev
2024-09-09
1
-0
/
+9
*
added support for init.lua for configuring shell
BanceDev
2024-09-09
1
-6
/
+45
*
added getenv and putenv to Lua API
BanceDev
2024-09-08
1
-5
/
+27
*
added lua api functions for indexing history
BanceDev
2024-09-08
1
-0
/
+28
*
added support for cli args for lua scripts
BanceDev
2024-09-08
1
-1
/
+11
*
added api functions for isFile, isDirectory, isReadable, and isWriteable
BanceDev
2024-09-04
1
-63
/
+113
*
history saving implemented
BanceDev
2024-09-04
1
-0
/
+2
*
added exists function to lua api
BanceDev
2024-09-04
1
-0
/
+42
*
added missing lua registrations
BanceDev
2024-09-03
1
-0
/
+2
*
added cd to lua api
BanceDev
2024-09-03
1
-0
/
+44
*
added debug mode for scripting
BanceDev
2024-09-03
1
-1
/
+21
*
update lua api to table and added getcwd to api
BanceDev
2024-09-03
1
-4
/
+23
*
searches .lush/scripts for lua files
BanceDev
2024-09-02
1
-1
/
+26
*
added basic lua scripting
BanceDev
2024-09-02
1
-0
/
+63