summaryrefslogtreecommitdiffstats
path: root/src/poem/anthology
Commit message (Expand)AuthorAgeFilesLines
* Add back spellcheckRory Dudley2024-06-141-13/+16
* Updated the way built-in commands are called/usedRory Dudley2024-06-046-63/+238
* Added the 'which' built-in commandRory Dudley2024-05-201-0/+61
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-192-4/+2
* Sort output of 'export' and 'alias'Rory Dudley2024-04-112-2/+6
* Capture STDOUT as bytes, and convert to string when necessaryRory Dudley2024-04-062-3/+3
* Handle aliases in read()Rory Dudley2024-04-042-2/+2
* Add better support for aliasesRory Dudley2024-04-042-12/+22
* Add docstring comments to all the anthology functionsRory Dudley2024-03-315-0/+68
* Replace env!("HOME") with env::var("HOME")Rory Dudley2024-03-301-1/+8
* Add the 'unset' built-in commandRory Dudley2024-03-301-0/+15
* Add the 'alias' built-in commandRory Dudley2024-03-301-0/+47
* Add wrapper for global shell environmentRory Dudley2024-03-301-2/+3
* Remove hard-coded PATHRory Dudley2024-03-281-4/+3
* The anthology moduleRory Dudley2024-03-284-0/+94