Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Capture STDOUT as bytes, and convert to string when necessary | Rory Dudley | 2024-04-06 | 2 | -3/+3 |
* | Handle aliases in read() | Rory Dudley | 2024-04-04 | 2 | -2/+2 |
* | Add better support for aliases | Rory Dudley | 2024-04-04 | 2 | -12/+22 |
* | Add docstring comments to all the anthology functions | Rory Dudley | 2024-03-31 | 5 | -0/+68 |
* | Replace env!("HOME") with env::var("HOME") | Rory Dudley | 2024-03-30 | 1 | -1/+8 |
* | Add the 'unset' built-in command | Rory Dudley | 2024-03-30 | 1 | -0/+15 |
* | Add the 'alias' built-in command | Rory Dudley | 2024-03-30 | 1 | -0/+47 |
* | Add wrapper for global shell environment | Rory Dudley | 2024-03-30 | 1 | -2/+3 |
* | Remove hard-coded PATH | Rory Dudley | 2024-03-28 | 1 | -4/+3 |
* | The anthology module | Rory Dudley | 2024-03-28 | 4 | -0/+94 |