summaryrefslogtreecommitdiffstats
path: root/src/poem
Commit message (Expand)AuthorAgeFilesLines
* Added the 'which' built-in commandRory Dudley2024-05-202-2/+65
* Update the return value of Verse::spellcheck()Rory Dudley2024-05-202-14/+15
* Added doc comments for Poem::recite()Rory Dudley2024-05-201-0/+8
* Updated/added doc comments for the Verse elementRory Dudley2024-05-201-4/+61
* Update doc comments for RunesRory Dudley2024-05-201-0/+4
* Update doc comments for Poem::read functionsRory Dudley2024-05-201-3/+16
* Allow aliases with the same name as their verbRory Dudley2024-05-201-7/+17
* Don't clear 'out' unconditionallyRory Dudley2024-05-202-2/+3
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-198-555/+419
* Remove into_iter() for Chars in new next() functionRory Dudley2024-05-171-1/+1
* Rewrite of the next! macroRory Dudley2024-05-172-14/+38
* Remove a println!()Rory Dudley2024-05-161-1/+0
* Fix another another regression with aliasesRory Dudley2024-05-131-1/+4
* Fix another regression with aliasesRory Dudley2024-05-131-17/+11
* Fix regression with aliasesRory Dudley2024-05-122-42/+65
* Remove some defunct codeRory Dudley2024-05-041-8/+0
* Sort output of 'export' and 'alias'Rory Dudley2024-04-112-2/+6
* Add 'strings' to the verse after the string!() macroRory Dudley2024-04-062-1/+4
* 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