Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 support for aliases to the `which` command | Rory Dudley | 2024-04-04 | 1 | -0/+3 | |
* | 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 | 2 | -17/+29 | |
* | 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 | 7 | -81/+100 | |
* | 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 | |
* | Update description in Cargo.toml | Rory Dudley | 2024-03-26 | 1 | -1/+1 | |
* | 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 | |
* | Poem testing | Rory Dudley | 2024-03-24 | 1 | -46/+50 | |
* | 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 | |
* | Remove debug line | Rory Dudley | 2024-03-24 | 1 | -2/+0 | |
* | Fix tests for github | Rory Dudley | 2024-03-23 | 1 | -2/+2 | |
* | read() and recite() overhaul | Rory Dudley | 2024-03-23 | 14 | -1195/+1438 | |
* | Poem::read macros | Rory Dudley | 2024-03-05 | 2 | -234/+189 | |
* | Fix macro_export formatting | Rory Dudley | 2024-03-05 | 1 | -2/+2 | |
* | Add unit tests for the new IO meters | Rory Dudley | 2024-03-03 | 1 | -0/+74 | |
* | Clear the buffer for STDIN after incant_write/incant_addendum | Rory Dudley | 2024-03-02 | 1 | -0/+6 | |
* | Cleanup comments | Rory Dudley | 2024-03-02 | 1 | -24/+0 | |
* | Add file redirection capabilities | Rory Dudley | 2024-03-02 | 1 | -14/+337 | |
* | Fix handling of SIGINT | Rory Dudley | 2024-02-29 | 3 | -6/+53 | |
* | Change runner typegha | Rory Dudley | 2024-02-29 | 1 | -3/+3 | |
* | Github actions | Rory Dudley | 2024-02-29 | 1 | -0/+59 | |
* | Parser testspipes | Rory Dudley | 2024-02-29 | 1 | -0/+157 | |
* | Parsing poems from a file | Rory Dudley | 2024-02-29 | 1 | -0/+22 | |
* | Fix ps macros doc comments | Rory Dudley | 2024-02-28 | 1 | -5/+5 | |
* | Add doc comments for ps macros | Rory Dudley | 2024-02-28 | 1 | -0/+19 | |
* | Add doc comments for incant_ functions | Rory Dudley | 2024-02-28 | 1 | -0/+43 | |
* | Parser comments and error checking | Rory Dudley | 2024-02-28 | 1 | -9/+22 | |
* | Refactor status variables in Poem::read() | Rory Dudley | 2024-02-28 | 1 | -28/+29 | |
* | Fix && behavior regressionrmerr | Rory Dudley | 2024-02-28 | 1 | -9/+9 | |
* | Remove zombie slayer code from main repl | Rory Dudley | 2024-02-28 | 1 | -10/+0 | |
* | Remove custom errors and fix background forking | Rory Dudley | 2024-02-27 | 6 | -140/+59 | |
* | Cleanup recite(), custom errors, fixed forking | Rory Dudley | 2024-02-26 | 6 | -115/+231 | |
* | Replace ctrlc with signal-hooksignal | Rory Dudley | 2024-02-24 | 3 | -99/+17 |