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 (
Collapse
)
Author
Age
Files
Lines
...
*
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
1
-30
/
+84
|
*
added support for cli args for lua scripts
BanceDev
2024-09-08
1
-1
/
+7
|
*
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
|
*
command history scrolling implemented
BanceDev
2024-09-04
1
-0
/
+32
|
*
history saving implemented
BanceDev
2024-09-04
1
-0
/
+3
|
*
added cd to lua api
BanceDev
2024-09-03
1
-25
/
+23
|
*
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
1
-8
/
+12
|
*
update lua api to table and added getcwd to api
BanceDev
2024-09-03
1
-2
/
+4
|
*
fixed crash in cd when no path found
BanceDev
2024-09-02
1
-1
/
+1
|
*
added basic lua scripting
BanceDev
2024-09-02
1
-12
/
+30
|
|
|
|
added exec function to run shell commands from lua
*
added arrow key movement
BanceDev
2024-09-02
1
-35
/
+121
|
*
updated help and fixed SIGINT
BanceDev
2024-09-01
1
-6
/
+20
|
*
changed prompt
BanceDev
2024-09-01
1
-1
/
+21
|
*
initial commit
BanceDev
2024-09-01
1
-0
/
+355
[prev]