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