summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Docs job for Github workflowsanthologyRory Dudley2024-06-301-0/+18
* Add/update doc commentsRory Dudley2024-06-3016-160/+351
* Fix capturing output for internal poemsRory Dudley2024-06-213-1/+14
* Add back spellcheckRory Dudley2024-06-144-88/+64
* Updated the way built-in commands are called/usedRory Dudley2024-06-0412-314/+650
* Added the 'which' built-in commandRory Dudley2024-05-202-2/+65
* Update the return value of Verse::spellcheck()Rory Dudley2024-05-202-14/+15
* Alias grep to always use colorRory Dudley2024-05-201-0/+3
* 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
* Add doc comments for the Environment structRory Dudley2024-05-201-0/+25
* Allow aliases with the same name as their verbRory Dudley2024-05-204-44/+56
* Don't clear 'out' unconditionallyRory Dudley2024-05-202-2/+3
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-1911-563/+566
* 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-048-75/+98
* Add support for aliases to the `which` commandRory Dudley2024-04-041-0/+3
* 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
* Use $PS1 for the promptRory Dudley2024-03-302-17/+29
* Replace env!("HOME") with env::var("HOME")Rory Dudley2024-03-303-5/+20
* 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-304-13/+81
* Fix the buildRory Dudley2024-03-301-0/+1
* Add wrapper for global shell environmentRory Dudley2024-03-306-22/+45
* Remove hard-coded PATHRory Dudley2024-03-287-81/+100
* The anthology moduleRory Dudley2024-03-287-57/+190
* Add comments (`#`) to the parserRory Dudley2024-03-283-2/+24
* Update docs for repl()readRory Dudley2024-03-281-2/+4
* Update description in Cargo.tomlRory Dudley2024-03-261-1/+1
* Don't error on dir read errorsRory Dudley2024-03-261-11/+5
* Rename prefresh()Rory Dudley2024-03-263-4/+6
* Remove unecessary double quotesRory Dudley2024-03-261-1/+1
* Poem testingRory Dudley2024-03-241-46/+50
* Remove defunct code from read() and recite()Rory Dudley2024-03-242-27/+0