| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | attempt to update build script to accept input into lush shell | 2024-09-12 | 2 | -4/+6 | |
| | | |||||
| * | prevent lush workflow from getting stuck in tests | 2024-09-12 | 1 | -1/+4 | |
| | | |||||
| * | removed chsh in workflow | 2024-09-12 | 1 | -4/+1 | |
| | | |||||
| * | Create build.yml | 2024-09-12 | 1 | -0/+64 | |
| | | |||||
| * | updated documentation | 2024-09-12 | 2 | -0/+14 | |
| | | |||||
| * | added e2e testing to cover basic shell functionality | 2024-09-12 | 9 | -4/+208 | |
| | | |||||
| * | updated buffer size for date to account for compiler warning | 2024-09-11 | 1 | -5/+3 | |
| | | |||||
| * | added glob function to lua APi | 2024-09-11 | 2 | -0/+53 | |
| | | |||||
| * | v0.1.0 | 2024-09-11 | 1 | -1/+1 | |
| | | |||||
| * | initialized OLDPWD properly | 2024-09-11 | 1 | -1/+4 | |
| | | |||||
| * | added HOSTNAME envar | 2024-09-11 | 1 | -0/+5 | |
| | | |||||
| * | added OLDPWD environment var and cd - to go to OLDPWD | 2024-09-11 | 1 | -1/+10 | |
| | | |||||
| * | added date format specifier for prompt | 2024-09-11 | 1 | -5/+18 | |
| | | |||||
| * | spelling error in readme demo | 2024-09-11 | 1 | -0/+0 | |
| | | |||||
| * | updated readme with visuals | 2024-09-11 | 2 | -0/+4 | |
| | | |||||
| * | fixed off-by-one error with prompt wrapping | 2024-09-11 | 1 | -11/+89 | |
| | | |||||
| * | added tab to accept inline autocomplete | 2024-09-10 | 1 | -9/+85 | |
| | | |||||
| * | basic current directory suggestions | 2024-09-10 | 1 | -9/+146 | |
| | | |||||
| * | made it so that lua args properly reset between commands | 2024-09-10 | 1 | -0/+4 | |
| | | |||||
| * | removed demo image to cleanup | 2024-09-10 | 2 | -4/+1 | |
| | | |||||
| * | higher quality image for readme | 2024-09-10 | 1 | -0/+0 | |
| | | |||||
| * | added better demo to readme | 2024-09-10 | 2 | -0/+10 | |
| | | |||||
| * | added handling for when prompt gets longer than terminal width | 2024-09-10 | 1 | -0/+36 | |
| | | |||||
| * | added support for multiline prompts | 2024-09-10 | 1 | -4/+35 | |
| | | |||||
| * | lua api functions for getting terminal width and height | 2024-09-10 | 4 | -0/+46 | |
| | | |||||
| * | added coloring to help command | 2024-09-09 | 1 | -2/+2 | |
| | | |||||
| * | add aliasing to init.lua | 2024-09-09 | 9 | -14/+258 | |
| | | |||||
| * | bugfix to inline backspace and delete on multiline buffer | 2024-09-09 | 1 | -7/+23 | |
| | | |||||
| * | fixed line wrapping when deleting inline | 2024-09-09 | 1 | -0/+8 | |
| | | |||||
| * | updated gitignore | 2024-09-09 | 2 | -1/+2 | |
| | | |||||
| * | fixed wrapping bug due to not using updated prompt_length | 2024-09-09 | 1 | -3/+6 | |
| | | |||||
| * | added stripping of escape sequences from prompt size to allow for coloring | 2024-09-09 | 1 | -5/+26 | |
| | | |||||
| * | Merge pull request #1 from Makaze/patch-1 | 2024-09-09 | 1 | -1/+1 | |
| |\ | | | | | docs: update path | ||||
| | * | docs: update path | 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 | 2024-09-09 | 8 | -38/+180 | |
| |/ | |||||
| * | added getenv and putenv to Lua API | 2024-09-08 | 2 | -5/+33 | |
| | | | | | fixed bug where terminal closed upon encountering Lua error | ||||
| * | added lua api functions for indexing history | 2024-09-08 | 2 | -0/+35 | |
| | | |||||
| * | added support for cli args for lua scripts | 2024-09-08 | 4 | -3/+28 | |
| | | |||||
| * | added --version flag | 2024-09-07 | 1 | -1/+9 | |
| | | |||||
| * | fixed error in install.sh instructions | 2024-09-07 | 1 | -1/+1 | |
| | | |||||
| * | fixed bug with cursor alignment when adding text within the buffer | 2024-09-07 | 1 | -1/+11 | |
| | | |||||
| * | added API guide to readme | 2024-09-06 | 1 | -1/+5 | |
| | | |||||
| * | Update README.md | 2024-09-06 | 1 | -1/+1 | |
| | | |||||
| * | better readme | 2024-09-06 | 2 | -2/+14 | |
| | | |||||
| * | Create FUNDING.yml | 2024-09-06 | 1 | -0/+14 | |
| | | |||||
| * | Update README.md | 2024-09-06 | 1 | -0/+4 | |
| | | |||||
| * | fixed crash when no history exists yet and polls for history | 2024-09-06 | 1 | -5/+7 | |
| | | |||||
| * | fixed inability to move cursor between lines | 2024-09-06 | 1 | -18/+61 | |
| | | |||||
| * | cleaned up syntax | 2024-09-05 | 1 | -5/+3 | |
| | | |||||
| * | Update CONTRIBUTING.md | 2024-09-05 | 1 | -2/+0 | |
| | | |||||
