| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | bugfix on arrowkey movement after browsing history | 2024-09-05 | 1 | -0/+4 | |
| | | |||||
| * | updated readme | 2024-09-04 | 1 | -0/+1 | |
| | | |||||
| * | upadted contribution guidelines | 2024-09-04 | 1 | -0/+18 | |
| | | |||||
| * | Create CONTRIBUTING.md | 2024-09-04 | 1 | -0/+46 | |
| | | |||||
| * | fixed bugs with multi line history elements | 2024-09-04 | 1 | -31/+28 | |
| | | |||||
| * | added api functions for isFile, isDirectory, isReadable, and isWriteable | 2024-09-04 | 2 | -63/+130 | |
| | | |||||
| * | command history scrolling implemented | 2024-09-04 | 2 | -1/+34 | |
| | | |||||
| * | history saving implemented | 2024-09-04 | 4 | -0/+192 | |
| | | |||||
| * | added exists function to lua api | 2024-09-04 | 2 | -0/+47 | |
| | | |||||
| * | added missing lua registrations | 2024-09-03 | 1 | -0/+2 | |
| | | |||||
| * | updated the example.lua to use new cd command | 2024-09-03 | 1 | -2/+2 | |
| | | |||||
| * | added cd to lua api | 2024-09-03 | 2 | -25/+67 | |
| | | |||||
| * | fixed a bug where multiline commands printed wrong | 2024-09-03 | 1 | -2/+47 | |
| | | |||||
| * | removed need for lush command to execute lua files | 2024-09-03 | 2 | -9/+13 | |
| | | |||||
| * | added debug mode for scripting | 2024-09-03 | 2 | -1/+26 | |
| | | |||||
| * | update lua api to table and added getcwd to api | 2024-09-03 | 3 | -8/+46 | |
| | | |||||
| * | fixed crash in cd when no path found | 2024-09-02 | 1 | -1/+1 | |
| | | |||||
| * | searches .lush/scripts for lua files | 2024-09-02 | 2 | -6/+27 | |
| | | |||||
| * | added basic lua scripting | 2024-09-02 | 8 | -17/+206 | |
| | | | | | added exec function to run shell commands from lua | ||||
| * | added arrow key movement | 2024-09-02 | 2 | -58/+122 | |
| | | |||||
| * | updated help and fixed SIGINT | 2024-09-01 | 4 | -7/+64 | |
| | | |||||
| * | lunar shell logo | 2024-09-01 | 2 | -0/+6 | |
| | | |||||
| * | changed prompt | 2024-09-01 | 1 | -1/+21 | |
| | | |||||
| * | initial commit | 2024-09-01 | 9 | -0/+521 | |
