summaryrefslogtreecommitdiffstats
path: root/src/poem
Commit message (Expand)AuthorAgeFilesLines
* Capture STDOUT as bytes, and convert to string when necessaryRory Dudley2024-04-066-49/+77
* Handle aliases in read()Rory Dudley2024-04-045-41/+54
* Add better support for aliasesRory Dudley2024-04-044-29/+50
* Document aliases in the docstring for lookup()Rory Dudley2024-03-311-0/+4
* Add docstring comments to all the anthology functionsRory Dudley2024-03-316-1/+85
* Don't interpret environment variables in single quoted stringscomposeRory Dudley2024-03-312-0/+9
* Replace env!("HOME") with env::var("HOME")Rory Dudley2024-03-301-1/+8
* Better comments in recite()Rory Dudley2024-03-301-5/+9
* Fix a subtle bug when running interal poemsRory Dudley2024-03-301-3/+6
* Add the 'unset' built-in commandRory Dudley2024-03-302-1/+19
* Add the 'alias' built-in commandRory Dudley2024-03-303-10/+76
* Fix the buildRory Dudley2024-03-301-0/+1
* Add wrapper for global shell environmentRory Dudley2024-03-303-11/+13
* Remove hard-coded PATHRory Dudley2024-03-283-49/+11
* The anthology moduleRory Dudley2024-03-286-57/+189
* Add comments (`#`) to the parserRory Dudley2024-03-283-2/+24
* Rename prefresh()Rory Dudley2024-03-261-2/+2
* Remove defunct code from read() and recite()Rory Dudley2024-03-242-27/+0
* Documentation for incant_Rory Dudley2024-03-241-0/+1
* read() and recite() overhaulRory Dudley2024-03-239-0/+1223