| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor Verse::clause() | Rory Dudley | 2024-09-02 | 3 | -9/+7 |
* | Allow escaping characters | Rory Dudley | 2024-09-01 | 3 | -0/+29 |
* | Fix a bug with channels | Rory Dudley | 2024-07-08 | 1 | -2/+8 |
* | 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 | 13 | -145/+314 |
* | Fix capturing output for internal poems | Rory Dudley | 2024-06-21 | 2 | -1/+11 |
* | 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 | 11 | -314/+649 |
* | 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 |
* | Allow aliases with the same name as their verb | Rory Dudley | 2024-05-20 | 1 | -7/+17 |
* | Don't clear 'out' unconditionally | Rory Dudley | 2024-05-20 | 2 | -2/+3 |
* | Handle STDERR, in addition to STDOUT | Rory Dudley | 2024-05-19 | 8 | -555/+419 |
* | 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 | 5 | -41/+54 |
* | 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 |
* | Replace env!("HOME") with env::var("HOME") | Rory Dudley | 2024-03-30 | 1 | -1/+8 |
* | 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 | 3 | -10/+76 |
* | Fix the build | Rory Dudley | 2024-03-30 | 1 | -0/+1 |
* | Add wrapper for global shell environment | Rory Dudley | 2024-03-30 | 3 | -11/+13 |
* | Remove hard-coded PATH | Rory Dudley | 2024-03-28 | 3 | -49/+11 |
* | The anthology module | Rory Dudley | 2024-03-28 | 6 | -57/+189 |
* | Add comments (`#`) to the parser | Rory Dudley | 2024-03-28 | 3 | -2/+24 |
* | Rename prefresh() | Rory Dudley | 2024-03-26 | 1 | -2/+2 |
* | Remove defunct code from read() and recite() | Rory Dudley | 2024-03-24 | 2 | -27/+0 |
* | Documentation for incant_ | Rory Dudley | 2024-03-24 | 1 | -0/+1 |
* | read() and recite() overhaul | Rory Dudley | 2024-03-23 | 9 | -0/+1223 |