| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added ability to configure alternate shell | 2025-02-13 | 7 | -5/+61 | |
| | | |||||
| * | v0.3.1 | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | add api method to enable/disable inline suggestions | 2025-02-11 | 4 | -1/+21 | |
| | | |||||
| * | v0.3.0 | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | add globbing to command mode | 2025-02-11 | 1 | -1/+5 | |
| | | |||||
| * | added wildcard globbing | 2025-02-11 | 1 | -1/+74 | |
| | | |||||
| * | fixed --version bug | 2025-02-10 | 1 | -1/+1 | |
| | | |||||
| * | made constant for lush_lua builtin index | 2025-02-07 | 2 | -2/+3 | |
| | | |||||
| * | added trap builtin | 2025-02-07 | 4 | -4/+165 | |
| | | |||||
| * | added command string mode | 2025-02-07 | 1 | -1/+33 | |
| | | |||||
| * | Update README.md | 2024-11-27 | 1 | -1/+1 | |
| | | |||||
| * | removed history test out of convenience | 2024-10-15 | 1 | -45/+0 | |
| | | |||||
| * | updated help messages | 2024-10-15 | 6 | -14/+102 | |
| | | |||||
| * | v0.2.3 | 2024-09-27 | 1 | -1/+1 | |
| | | |||||
| * | added redirect/append for stdout, stderr, or both | 2024-09-27 | 1 | -38/+118 | |
| | | |||||
| * | added exit api function | 2024-09-27 | 9 | -7/+40 | |
| | | |||||
| * | fixed chaining execution attempting to execute operator | 2024-09-27 | 1 | -1/+4 | |
| | | |||||
| * | v0.2.2 | 2024-09-26 | 1 | -1/+1 | |
| | | |||||
| * | updated history tests | 2024-09-26 | 1 | -2/+2 | |
| | | |||||
| * | fixed crash in redirect operator | 2024-09-26 | 3 | -12/+48 | |
| | | |||||
| * | v0.2.1 | 2024-09-25 | 1 | -1/+1 | |
| | | |||||
| * | fixed semicolon chaining functionality | 2024-09-25 | 1 | -14/+9 | |
| | | |||||
| * | v0.2.0 | 2024-09-25 | 1 | -1/+1 | |
| | | |||||
| * | fixed crash from incorrect pointer indexing | 2024-09-25 | 1 | -1/+1 | |
| | | |||||
| * | added append chaining operator | 2024-09-25 | 1 | -3/+7 | |
| | | |||||
| * | added output redirection with | 2024-09-25 | 1 | -12/+52 | |
| | | |||||
| * | added ; chaining operator | 2024-09-25 | 1 | -14/+14 | |
| | | |||||
| * | added || chaining operator | 2024-09-25 | 1 | -2/+9 | |
| | | |||||
| * | Update README.md | 2024-09-25 | 1 | -0/+3 | |
| | | |||||
| * | fixed lua api exit status issue | 2024-09-23 | 1 | -1/+1 | |
| | | |||||
| * | fixed splitting within quoted string | 2024-09-23 | 1 | -5/+10 | |
| | | |||||
| * | made and operator actually conditional | 2024-09-23 | 2 | -17/+27 | |
| | | |||||
| * | fixed operator chaining to handle commands terminating with an operator | 2024-09-23 | 1 | -14/+5 | |
| | | |||||
| * | implemented background process operator | 2024-09-23 | 6 | -154/+238 | |
| | | |||||
| * | Merge pull request #2 from BanceDev/chaining-operators | 2024-09-23 | 3 | -39/+190 | |
| |\ | | | | | Chaining operators | ||||
| | * | implemented piping into new chaining method | 2024-09-23 | 1 | -10/+30 | |
| | | | |||||
| | * | fixed && chaining for builtins | 2024-09-18 | 2 | -23/+31 | |
| | | | |||||
| | * | added basic && chaining | 2024-09-18 | 2 | -8/+73 | |
| | | | |||||
| | * | changed tokenizer to handle all the chaining operators | 2024-09-17 | 3 | -20/+78 | |
| |/ | |||||
| * | Update README.md | 2024-09-17 | 1 | -0/+1 | |
| | | |||||
| * | added better clarification to help menu | 2024-09-13 | 1 | -1/+2 | |
| | | |||||
| * | improved installation instructions | 2024-09-13 | 1 | -3/+3 | |
| | | |||||
| * | v0.1.1 | 2024-09-12 | 1 | -1/+1 | |
| | | |||||
| * | fixed bug in input buffer handling due to misplaced print | 2024-09-12 | 2 | -5/+8 | |
| | | |||||
| * | Update build.yml checkout v4 | 2024-09-12 | 1 | -1/+1 | |
| | | |||||
| * | Update build.yml to artifact v4 | 2024-09-12 | 1 | -1/+1 | |
| | | |||||
| * | fixed exit status issue with non interative mode | 2024-09-12 | 1 | -1/+1 | |
| | | |||||
| * | added non interative mode for running lua scripts | 2024-09-12 | 2 | -4/+28 | |
| | | |||||
| * | temporary github action fix until non-interactive mode is implemented | 2024-09-12 | 1 | -2/+2 | |
| | | |||||
| * | attempt to update build script to accept input into lush shell | 2024-09-12 | 2 | -4/+6 | |
| | | |||||
