summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove zombie slayer code from main replRory Dudley2024-02-281-10/+0
* Remove custom errors and fix background forkingRory Dudley2024-02-276-140/+59
* Cleanup recite(), custom errors, fixed forkingRory Dudley2024-02-266-115/+231
* Replace ctrlc with signal-hooksignalRory Dudley2024-02-243-99/+17
* Reorganization and commentsRory Dudley2024-02-223-420/+691
* Add back the 'cd' commandRory Dudley2024-02-201-0/+17
* Parsing improvementsRory Dudley2024-02-201-214/+153
* Pipes, forks, and consecutive callsRory Dudley2024-02-201-90/+407
* Only print command name in error messagesRory Dudley2024-02-191-2/+8
* Merge pull request #2 from pinecat/evryloopRory D2024-02-191-20/+106
|\
| * Path refresh refactor, comments, and error messagesevryloopRory Dudley2024-02-191-43/+102
| * Better handling of errors during the forkRory Dudley2024-02-191-3/+12
| * Refresh path only if command is not foundRory Dudley2024-02-191-19/+34
| * Refresh paths every loopRory Dudley2024-02-191-6/+9
|/
* Call programs from full and relative pathsRory Dudley2024-02-171-9/+15
* Control flow in cdRory Dudley2024-02-171-2/+2
* EOF behaviorRory Dudley2024-02-171-0/+1
* Update cdRory Dudley2024-02-171-4/+1
* Change directoriesRory Dudley2024-02-161-0/+19
* Capture SIGINTRory Dudley2024-02-163-0/+121
* Detect EOFRory Dudley2024-02-161-1/+8
* Initial commitRory Dudley2024-02-164-0/+108