| Commit message (Expand) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2011-07-14 | efficiency tweaks | 2 | -60/+44 | ||
| 2011-07-14 | fix extra warning | 1 | -1/+1 | ||
| 2011-07-06 | simpler vline | 1 | -4/+2 | ||
| 2011-07-04 | rebind ^N ^P | 2 | -3/+3 | ||
| 2011-06-25 | include limits.h | 1 | -0/+1 | ||
| 2011-06-23 | make clean lsx | 1 | -1/+1 | ||
| 2011-06-23 | lsx: check snprintf | 1 | -4/+3 | ||
| 2011-06-18 | update draw.c | 2 | -14/+14 | ||
| 2011-06-18 | simpler lsx | 3 | -11/+6 | ||
| 2011-06-13 | new dmenu_run | 5 | -26/+15 | 1 | -45/+0 |
| 2024-10-15 | updated help messages | 6 | -14/+102 | ||
| 2024-09-27 | v0.2.3 | 1 | -1/+1 | ||
| 2024-09-27 | added redirect/append for stdout, stderr, or both | 1 | -38/+118 | ||
| 2024-09-27 | added exit api function | 9 | -7/+40 | ||
| 2024-09-27 | fixed chaining execution attempting to execute operator | 1 | -1/+4 | ||
| 2024-09-26 | v0.2.2 | 1 | -1/+1 | ||
| 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 | 1 | -0/+2 |
