| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rc logic | Rory Dudley | 2024-08-09 | 1 | -1/+1 |
* | Better handling for run command files | Rory Dudley | 2024-08-09 | 1 | -49/+56 |
* | Allow passing a filename to dwvsh | Rory Dudley | 2024-07-08 | 1 | -2/+29 |
* | Fix a bug with channels | Rory Dudley | 2024-07-08 | 1 | -2/+8 |
* | Option parsing and version | Rory Dudley | 2024-07-03 | 1 | -0/+17 |
* | Fix a bug with environment variables in the shell | Rory Dudley | 2024-07-03 | 1 | -1/+1 |
* | Add/update doc comments | Rory Dudley | 2024-06-30 | 16 | -160/+351 |
* | Fix capturing output for internal poems | Rory Dudley | 2024-06-21 | 3 | -1/+14 |
* | Add back spellcheck | Rory Dudley | 2024-06-14 | 4 | -88/+64 |
* | Updated the way built-in commands are called/used | Rory Dudley | 2024-06-04 | 12 | -314/+650 |
* | Added the 'which' built-in command | Rory Dudley | 2024-05-20 | 2 | -2/+65 |
* | Update the return value of Verse::spellcheck() | Rory Dudley | 2024-05-20 | 2 | -14/+15 |
* | Added doc comments for Poem::recite() | Rory Dudley | 2024-05-20 | 1 | -0/+8 |
* | Updated/added doc comments for the Verse element | Rory Dudley | 2024-05-20 | 1 | -4/+61 |
* | Update doc comments for Runes | Rory Dudley | 2024-05-20 | 1 | -0/+4 |
* | Update doc comments for Poem::read functions | Rory Dudley | 2024-05-20 | 1 | -3/+16 |
* | Add doc comments for the Environment struct | Rory Dudley | 2024-05-20 | 1 | -0/+25 |
* | Allow aliases with the same name as their verb | Rory Dudley | 2024-05-20 | 4 | -44/+56 |
* | Don't clear 'out' unconditionally | Rory Dudley | 2024-05-20 | 2 | -2/+3 |
* | Handle STDERR, in addition to STDOUT | Rory Dudley | 2024-05-19 | 11 | -563/+566 |
* | Remove into_iter() for Chars in new next() function | Rory Dudley | 2024-05-17 | 1 | -1/+1 |
* | Rewrite of the next! macro | Rory Dudley | 2024-05-17 | 2 | -14/+38 |
* | Remove a println!() | Rory Dudley | 2024-05-16 | 1 | -1/+0 |
* | Fix another another regression with aliases | Rory Dudley | 2024-05-13 | 1 | -1/+4 |
* | Fix another regression with aliases | Rory Dudley | 2024-05-13 | 1 | -17/+11 |
* | Fix regression with aliases | Rory Dudley | 2024-05-12 | 2 | -42/+65 |
* | Remove some defunct code | Rory Dudley | 2024-05-04 | 1 | -8/+0 |
* | Sort output of 'export' and 'alias' | Rory Dudley | 2024-04-11 | 2 | -2/+6 |
* | Add 'strings' to the verse after the string!() macro | Rory Dudley | 2024-04-06 | 2 | -1/+4 |
* | Capture STDOUT as bytes, and convert to string when necessary | Rory Dudley | 2024-04-06 | 6 | -49/+77 |
* | Handle aliases in read() | Rory Dudley | 2024-04-04 | 8 | -75/+98 |
* | Add better support for aliases | Rory Dudley | 2024-04-04 | 4 | -29/+50 |
* | Document aliases in the docstring for lookup() | Rory Dudley | 2024-03-31 | 1 | -0/+4 |
* | Add docstring comments to all the anthology functions | Rory Dudley | 2024-03-31 | 6 | -1/+85 |
* | Don't interpret environment variables in single quoted stringscompose | Rory Dudley | 2024-03-31 | 2 | -0/+9 |
* | Use $PS1 for the prompt | Rory Dudley | 2024-03-30 | 1 | -17/+25 |
* | Replace env!("HOME") with env::var("HOME") | Rory Dudley | 2024-03-30 | 3 | -5/+20 |
* | Better comments in recite() | Rory Dudley | 2024-03-30 | 1 | -5/+9 |
* | Fix a subtle bug when running interal poems | Rory Dudley | 2024-03-30 | 1 | -3/+6 |
* | Add the 'unset' built-in command | Rory Dudley | 2024-03-30 | 2 | -1/+19 |
* | Add the 'alias' built-in command | Rory Dudley | 2024-03-30 | 4 | -13/+81 |
* | Fix the build | Rory Dudley | 2024-03-30 | 1 | -0/+1 |
* | Add wrapper for global shell environment | Rory Dudley | 2024-03-30 | 6 | -22/+45 |
* | Remove hard-coded PATH | Rory Dudley | 2024-03-28 | 6 | -81/+97 |
* | The anthology module | Rory Dudley | 2024-03-28 | 7 | -57/+190 |
* | Add comments (`#`) to the parser | Rory Dudley | 2024-03-28 | 3 | -2/+24 |
* | Update docs for repl()read | Rory Dudley | 2024-03-28 | 1 | -2/+4 |
* | Don't error on dir read errors | Rory Dudley | 2024-03-26 | 1 | -11/+5 |
* | Rename prefresh() | Rory Dudley | 2024-03-26 | 3 | -4/+6 |
* | Remove unecessary double quotes | Rory Dudley | 2024-03-26 | 1 | -1/+1 |