index
:
lush
main
Linux shell powered by lua scripting
nginx
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update build.yml checkout v4
Lance Borden
2024-09-12
1
-1
/
+1
|
*
Update build.yml to artifact v4
Lance Borden
2024-09-12
1
-1
/
+1
|
*
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
2
-4
/
+28
|
*
temporary github action fix until non-interactive mode is implemented
BanceDev
2024-09-12
1
-2
/
+2
|
*
attempt to update build script to accept input into lush shell
BanceDev
2024-09-12
2
-4
/
+6
|
*
prevent lush workflow from getting stuck in tests
Lance Borden
2024-09-12
1
-1
/
+4
|
*
removed chsh in workflow
Lance Borden
2024-09-12
1
-4
/
+1
|
*
Create build.yml
Lance Borden
2024-09-12
1
-0
/
+64
|
*
updated documentation
BanceDev
2024-09-12
2
-0
/
+14
|
*
added e2e testing to cover basic shell functionality
BanceDev
2024-09-12
9
-4
/
+208
|
*
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
2
-0
/
+53
|
*
v0.1.0
BanceDev
2024-09-11
1
-1
/
+1
|
*
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
|
*
spelling error in readme demo
BanceDev
2024-09-11
1
-0
/
+0
|
*
updated readme with visuals
BanceDev
2024-09-11
2
-0
/
+4
|
*
fixed off-by-one error with prompt wrapping
BanceDev
2024-09-11
1
-11
/
+89
|
*
added tab to accept inline autocomplete
BanceDev
2024-09-10
1
-9
/
+85
|
*
basic current directory suggestions
BanceDev
2024-09-10
1
-9
/
+146
|
*
made it so that lua args properly reset between commands
BanceDev
2024-09-10
1
-0
/
+4
|
*
removed demo image to cleanup
Lance Borden
2024-09-10
2
-4
/
+1
|
*
higher quality image for readme
BanceDev
2024-09-10
1
-0
/
+0
|
*
added better demo to readme
BanceDev
2024-09-10
2
-0
/
+10
|
*
added handling for when prompt gets longer than terminal width
BanceDev
2024-09-10
1
-0
/
+36
|
*
added support for multiline prompts
BanceDev
2024-09-10
1
-4
/
+35
|
*
lua api functions for getting terminal width and height
BanceDev
2024-09-10
4
-0
/
+46
|
*
added coloring to help command
BanceDev
2024-09-09
1
-2
/
+2
|
*
add aliasing to init.lua
BanceDev
2024-09-09
9
-14
/
+258
|
*
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
|
*
updated gitignore
BanceDev
2024-09-09
2
-1
/
+2
|
*
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
|
*
Merge pull request #1 from Makaze/patch-1
Lance Borden
2024-09-09
1
-1
/
+1
|
\
|
|
|
|
docs: update path
|
*
docs: update path
Christopher Lane
2024-09-09
1
-1
/
+1
|
|
|
|
|
|
Updated the path to the example script and fixed a typo in the readme
*
|
added support for init.lua for configuring shell
BanceDev
2024-09-09
8
-38
/
+180
|
/
*
added getenv and putenv to Lua API
BanceDev
2024-09-08
2
-5
/
+33
|
|
|
|
fixed bug where terminal closed upon encountering Lua error
*
added lua api functions for indexing history
BanceDev
2024-09-08
2
-0
/
+35
|
*
added support for cli args for lua scripts
BanceDev
2024-09-08
4
-3
/
+28
|
*
added --version flag
BanceDev
2024-09-07
1
-1
/
+9
|
*
fixed error in install.sh instructions
BanceDev
2024-09-07
1
-1
/
+1
|
*
fixed bug with cursor alignment when adding text within the buffer
BanceDev
2024-09-07
1
-1
/
+11
|
*
added API guide to readme
BanceDev
2024-09-06
1
-1
/
+5
|
*
Update README.md
Lance Borden
2024-09-06
1
-1
/
+1
|
*
better readme
BanceDev
2024-09-06
2
-2
/
+14
|
*
Create FUNDING.yml
Lance Borden
2024-09-06
1
-0
/
+14
|
[next]