summaryrefslogtreecommitdiffstats
path: root/src/poem/recite.rs
Commit message (Expand)AuthorAgeFilesLines
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-191-30/+4
* Capture STDOUT as bytes, and convert to string when necessaryRory Dudley2024-04-061-8/+18
* Handle aliases in read()Rory Dudley2024-04-041-24/+1
* Add better support for aliasesRory Dudley2024-04-041-14/+25
* Don't interpret environment variables in single quoted stringscomposeRory Dudley2024-03-311-0/+5
* 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 'alias' built-in commandRory Dudley2024-03-301-5/+21
* Add wrapper for global shell environmentRory Dudley2024-03-301-7/+8
* Remove hard-coded PATHRory Dudley2024-03-281-42/+6
* The anthology moduleRory Dudley2024-03-281-57/+63
* Rename prefresh()Rory Dudley2024-03-261-2/+2
* Remove defunct code from read() and recite()Rory Dudley2024-03-241-14/+0
* read() and recite() overhaulRory Dudley2024-03-231-0/+222