summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Tab/Shift+Tab autocomplete behaviorHEADmainRory Dudley2024-09-301-32/+57
* Add backslashes to words with spaces in autocomplete()Rory Dudley2024-09-301-1/+11
* Don't panic if autcomplete() failsRory Dudley2024-09-301-45/+4
* Expand filepath autocompleteRory Dudley2024-09-301-15/+134
* Add autocompleteRory Dudley2024-09-303-16/+193
* Fixed a bug introduced with termiosRory Dudley2024-09-301-5/+9
* Slight refactor of getchar() and more handling for getline()Rory Dudley2024-09-302-33/+129
* Keep track of position in getline()Rory Dudley2024-09-301-0/+10
* Replace io::stdin().read_line() with custom functionRory Dudley2024-09-304-12/+97
* Add support for inline environment variablesRory Dudley2024-09-283-1/+40
* Refactor Verse::clause()Rory Dudley2024-09-024-16/+14
* Allow escaping charactersRory Dudley2024-09-023-0/+29
* Ignore patch filesRory Dudley2024-08-101-0/+1
* Fix rc logicRory Dudley2024-08-091-1/+1
* Split OS-specific run commands into a different fileRory Dudley2024-08-092-6/+7
* Better handling for run command filesRory Dudley2024-08-091-49/+56
* Add metadata to Cargo.tomlRory Dudley2024-07-202-1/+4
* Change how build environment variable is setRory Dudley2024-07-201-1/+1
* Alpha Release 1 (v0.0.1)v0.0.1Rory Dudley2024-07-181-1/+1
* Add an open source licenseRory Dudley2024-07-162-1/+29
* Display less characters from the commit hashRory Dudley2024-07-161-1/+1
* Allow passing a filename to dwvshRory Dudley2024-07-081-2/+29
* Fix a bug with channelsRory Dudley2024-07-081-2/+8
* Option parsing and versionRory Dudley2024-07-032-0/+33
* Fix a bug with environment variables in the shellRory Dudley2024-07-031-1/+1
* 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