summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a license filedocsRory Dudley2024-04-112-1/+10
* Create the dwvsh(1) manual pageRory Dudley2024-04-111-0/+132
* 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
* Documentation for incant_Rory Dudley2024-03-241-0/+1
* Remove debug lineRory Dudley2024-03-241-2/+0
* Fix tests for githubRory Dudley2024-03-231-2/+2
* read() and recite() overhaulRory Dudley2024-03-2314-1195/+1438
* Poem::read macrosRory Dudley2024-03-052-234/+189
* Fix macro_export formattingRory Dudley2024-03-051-2/+2
* Add unit tests for the new IO metersRory Dudley2024-03-031-0/+74
* Clear the buffer for STDIN after incant_write/incant_addendumRory Dudley2024-03-021-0/+6
* Cleanup commentsRory Dudley2024-03-021-24/+0
* Add file redirection capabilitiesRory Dudley2024-03-021-14/+337
* Fix handling of SIGINTRory Dudley2024-02-293-6/+53
* Change runner typeghaRory Dudley2024-02-291-3/+3
* Github actionsRory Dudley2024-02-291-0/+59
* Parser testspipesRory Dudley2024-02-291-0/+157
* Parsing poems from a fileRory Dudley2024-02-291-0/+22
* Fix ps macros doc commentsRory Dudley2024-02-281-5/+5
* Add doc comments for ps macrosRory Dudley2024-02-281-0/+19
* Add doc comments for incant_ functionsRory Dudley2024-02-281-0/+43
* Parser comments and error checkingRory Dudley2024-02-281-9/+22
* Refactor status variables in Poem::read()Rory Dudley2024-02-281-28/+29
* Fix && behavior regressionrmerrRory Dudley2024-02-281-9/+9