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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
added getenv and putenv to Lua API
BanceDev
2024-09-08
1
-5
/
+27
|
|
|
|
fixed bug where terminal closed upon encountering Lua error
*
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
3
-3
/
+19
|
*
added --version flag
BanceDev
2024-09-07
1
-1
/
+9
|
*
fixed bug with cursor alignment when adding text within the buffer
BanceDev
2024-09-07
1
-1
/
+11
|
*
fixed crash when no history exists yet and polls for history
BanceDev
2024-09-06
1
-5
/
+7
|
*
fixed inability to move cursor between lines
BanceDev
2024-09-06
1
-18
/
+61
|
*
cleaned up syntax
BanceDev
2024-09-05
1
-5
/
+3
|
*
bugfix on arrowkey movement after browsing history
BanceDev
2024-09-05
1
-0
/
+4
|
*
fixed bugs with multi line history elements
BanceDev
2024-09-04
1
-31
/
+28
|
*
added api functions for isFile, isDirectory, isReadable, and isWriteable
BanceDev
2024-09-04
1
-63
/
+113
|
*
command history scrolling implemented
BanceDev
2024-09-04
2
-1
/
+34
|
*
history saving implemented
BanceDev
2024-09-04
4
-0
/
+192
|
*
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
2
-25
/
+67
|
*
fixed a bug where multiline commands printed wrong
BanceDev
2024-09-03
1
-2
/
+47
|
*
removed need for lush command to execute lua files
BanceDev
2024-09-03
2
-9
/
+13
|
*
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
2
-6
/
+27
|
*
fixed crash in cd when no path found
BanceDev
2024-09-02
1
-1
/
+1
|
*
searches .lush/scripts for lua files
BanceDev
2024-09-02
1
-1
/
+26
|
*
added basic lua scripting
BanceDev
2024-09-02
4
-17
/
+128
|
|
|
|
added exec function to run shell commands from lua
*
added arrow key movement
BanceDev
2024-09-02
2
-58
/
+122
|
*
updated help and fixed SIGINT
BanceDev
2024-09-01
2
-6
/
+56
|
*
changed prompt
BanceDev
2024-09-01
1
-1
/
+21
|
*
initial commit
BanceDev
2024-09-01
2
-0
/
+392