Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle STDERR, in addition to STDOUT | Rory Dudley | 2024-05-19 | 1 | -30/+4 |
* | Capture STDOUT as bytes, and convert to string when necessary | Rory Dudley | 2024-04-06 | 1 | -8/+18 |
* | Handle aliases in read() | Rory Dudley | 2024-04-04 | 1 | -24/+1 |
* | Add better support for aliases | Rory Dudley | 2024-04-04 | 1 | -14/+25 |
* | Don't interpret environment variables in single quoted stringscompose | Rory Dudley | 2024-03-31 | 1 | -0/+5 |
* | Better comments in recite() | Rory Dudley | 2024-03-30 | 1 | -5/+9 |
* | Fix a subtle bug when running interal poems | Rory Dudley | 2024-03-30 | 1 | -3/+6 |
* | Add the 'alias' built-in command | Rory Dudley | 2024-03-30 | 1 | -5/+21 |
* | Add wrapper for global shell environment | Rory Dudley | 2024-03-30 | 1 | -7/+8 |
* | Remove hard-coded PATH | Rory Dudley | 2024-03-28 | 1 | -42/+6 |
* | The anthology module | Rory Dudley | 2024-03-28 | 1 | -57/+63 |
* | Rename prefresh() | Rory Dudley | 2024-03-26 | 1 | -2/+2 |
* | Remove defunct code from read() and recite() | Rory Dudley | 2024-03-24 | 1 | -14/+0 |
* | read() and recite() overhaul | Rory Dudley | 2024-03-23 | 1 | -0/+222 |