| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
