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 (
Expand
)
Author
Age
Files
Lines
*
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
Christopher Lane
2024-09-09
1
-1
/
+1
*
|
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
*
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
*
Update README.md
Lance Borden
2024-09-06
1
-0
/
+4
*
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
*
Update CONTRIBUTING.md
Lance Borden
2024-09-05
1
-2
/
+0
*
bugfix on arrowkey movement after browsing history
BanceDev
2024-09-05
1
-0
/
+4
*
updated readme
BanceDev
2024-09-04
1
-0
/
+1
*
upadted contribution guidelines
BanceDev
2024-09-04
1
-0
/
+18
*
Create CONTRIBUTING.md
Lance Borden
2024-09-04
1
-0
/
+46
*
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
2
-63
/
+130
*
command history scrolling implemented
BanceDev
2024-09-04
2
-1
/
+34
[next]