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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
fixed bugs with multi line history elements
BanceDev
1
-31
/
+28
2024-09-04
added api functions for isFile, isDirectory, isReadable, and isWriteable
BanceDev
2
-63
/
+130
2024-09-04
command history scrolling implemented
BanceDev
2
-1
/
+34
2024-09-04
history saving implemented
BanceDev
4
-0
/
+192
2024-09-04
added exists function to lua api
BanceDev
2
-0
/
+47
2024-09-03
added missing lua registrations
BanceDev
1
-0
/
+2
2024-09-03
updated the example.lua to use new cd command
BanceDev
1
-2
/
+2
2024-09-03
added cd to lua api
BanceDev
2
-25
/
+67
2024-09-03
fixed a bug where multiline commands printed wrong
BanceDev
1
-2
/
+47
2024-09-03
removed need for lush command to execute lua files
BanceDev
2
-9
/
+13
2024-09-03
added debug mode for scripting
BanceDev
2
-1
/
+26
2024-09-03
update lua api to table and added getcwd to api
BanceDev
3
-8
/
+46
2024-09-02
fixed crash in cd when no path found
BanceDev
1
-1
/
+1
2024-09-02
searches .lush/scripts for lua files
BanceDev
2
-6
/
+27
2024-09-02
added basic lua scripting
BanceDev
8
-17
/
+206
2024-09-02
added arrow key movement
BanceDev
2
-58
/
+122
2024-09-01
updated help and fixed SIGINT
BanceDev
4
-7
/
+64
2024-09-01
lunar shell logo
BanceDev
2
-0
/
+6
2024-09-01
changed prompt
BanceDev
1
-1
/
+21