| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2009-06-08 | Get rid of these gotos. | 1 | -12/+12 | ||
| 2009-06-08 | adding zoom support. | 1 | -1/+12 | ||
| 2009-06-08 | some cleanups. | 1 | -2/+2 | ||
| 2009-06-08 | better download handling. | 2 | -63/+89 | ||
| 2009-06-08 | renamed download handlers. | 1 | -7/+7 | ||
| 2009-06-08 | merged, now has download bar, other misc fixes | 3 | -23/+57 | ||
| 2009-06-08 | adding surf-directory. | 1 | -1/+2 | ||
| 2009-06-08 | use tabs not spaces! | 1 | -8/+8 | ||
| 2009-06-08 | Backed out changeset ed121082f103 | 1 | -11/+1 | ||
| unable to use textfields now. Please implement it in a sane way. | |||||
| 2024-09-26 | updated history tests | 1 | -2/+2 | ||
| 2024-09-26 | fixed crash in redirect operator | 3 | -12/+48 | ||
| 2024-09-25 | v0.2.1 | 1 | -1/+1 | ||
| 2024-09-25 | fixed semicolon chaining functionality | 1 | -14/+9 | ||
| 2024-09-25 | v0.2.0 | 1 | -1/+1 | ||
| 2024-09-25 | fixed crash from incorrect pointer indexing | 1 | -1/+1 | ||
| 2024-09-25 | added append chaining operator | 1 | -3/+7 | ||
| 2024-09-25 | added output redirection with | 1 | -12/+52 | ||
| 2024-09-25 | added ; chaining operator | 1 | -14/+14 | ||
| 2024-09-25 | added || chaining operator | 1 | -2/+9 | ||
| 2024-09-25 | Update README.md | 1 | -0/+3 | ||
| 2024-09-23 | fixed lua api exit status issue | 1 | -1/+1 | ||
| 2024-09-23 | fixed splitting within quoted string | 1 | -5/+10 | ||
| 2024-09-23 | made and operator actually conditional | 2 | -17/+27 | ||
| 2024-09-23 | fixed operator chaining to handle commands terminating with an operator | 1 | -14/+5 | ||
| 2024-09-23 | implemented background process operator | 6 | -154/+238 | ||
| 2024-09-23 | implemented piping into new chaining method | 1 | -10/+30 | ||
| 2024-09-18 | fixed && chaining for builtins | 2 | -23/+31 | ||
| 2024-09-18 | added basic && chaining | 2 | -8/+73 | ||
| 2024-09-17 | changed tokenizer to handle all the chaining operators | 3 | -20/+78 | ||
| 2024-09-17 | Update README.md | 1 | -0/+1 | ||
| 2024-09-13 | added better clarification to help menu | 1 | -1/+2 | ||
| 2024-09-13 | improved installation instructions | 1 | -3/+3 | ||
| 2024-09-12 | v0.1.1 | 1 | -1/+1 | ||
| 2024-09-12 | fixed bug in input buffer handling due to misplaced print | 2 | -5/+8 | ||
| 2024-09-12 | Update build.yml checkout v4 | 1 | -1/+1 | ||
| 2024-09-12 | Update build.yml to artifact v4 | 1 | -1/+1 | ||
| 2024-09-12 | fixed exit status issue with non interative mode | 1 | -1/+1 | ||
| 2024-09-12 | added non interative mode for running lua scripts | 2 | -4/+28 | ||
| 2024-09-12 | temporary github action fix until non-interactive mode is implemented | 1 | -2/+2 | ||
| 2024-09-12 | attempt to update build script to accept input into lush shell | 2 | -4/+6 | ||
| 2024-09-12 | prevent lush workflow from getting stuck in tests | 1 | -1/+4 | ||
| 2024-09-12 | removed chsh in workflow | 1 | -4/+1 | ||
