Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't interpret environment variables in single quoted stringscompose | Rory Dudley | 2024-03-31 | 2 | -0/+9 |
* | Replace env!("HOME") with env::var("HOME") | Rory Dudley | 2024-03-30 | 1 | -1/+8 |
* | 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 'unset' built-in command | Rory Dudley | 2024-03-30 | 2 | -1/+19 |
* | Add the 'alias' built-in command | Rory Dudley | 2024-03-30 | 3 | -10/+76 |
* | Fix the build | Rory Dudley | 2024-03-30 | 1 | -0/+1 |
* | Add wrapper for global shell environment | Rory Dudley | 2024-03-30 | 3 | -11/+13 |
* | Remove hard-coded PATH | Rory Dudley | 2024-03-28 | 3 | -49/+11 |
* | The anthology module | Rory Dudley | 2024-03-28 | 6 | -57/+189 |
* | Add comments (`#`) to the parser | Rory Dudley | 2024-03-28 | 3 | -2/+24 |
* | Rename prefresh() | Rory Dudley | 2024-03-26 | 1 | -2/+2 |
* | Remove defunct code from read() and recite() | Rory Dudley | 2024-03-24 | 2 | -27/+0 |
* | Documentation for incant_ | Rory Dudley | 2024-03-24 | 1 | -0/+1 |
* | read() and recite() overhaul | Rory Dudley | 2024-03-23 | 9 | -0/+1223 |