Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename prefresh() | Rory Dudley | 2024-03-26 | 1 | -2/+1 |
* | Remove unecessary double quotes | Rory Dudley | 2024-03-26 | 1 | -1/+1 |
* | Remove debug line | Rory Dudley | 2024-03-24 | 1 | -2/+0 |
* | read() and recite() overhaul | Rory Dudley | 2024-03-23 | 1 | -10/+19 |
* | Fix handling of SIGINT | Rory Dudley | 2024-02-29 | 1 | -4/+17 |
* | 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 | 1 | -12/+11 |
* | Cleanup recite(), custom errors, fixed forking | Rory Dudley | 2024-02-26 | 1 | -4/+16 |
* | Replace ctrlc with signal-hooksignal | Rory Dudley | 2024-02-24 | 1 | -7/+7 |
* | Reorganization and comments | Rory Dudley | 2024-02-22 | 1 | -420/+21 |
* | Add back the 'cd' command | Rory Dudley | 2024-02-20 | 1 | -0/+17 |
* | Parsing improvements | Rory Dudley | 2024-02-20 | 1 | -214/+153 |
* | Pipes, forks, and consecutive calls | Rory Dudley | 2024-02-20 | 1 | -90/+407 |
* | Only print command name in error messages | Rory Dudley | 2024-02-19 | 1 | -2/+8 |
* | Path refresh refactor, comments, and error messagesevryloop | Rory Dudley | 2024-02-19 | 1 | -43/+102 |
* | Better handling of errors during the fork | Rory Dudley | 2024-02-19 | 1 | -3/+12 |
* | Refresh path only if command is not found | Rory Dudley | 2024-02-19 | 1 | -19/+34 |
* | Refresh paths every loop | Rory Dudley | 2024-02-19 | 1 | -6/+9 |
* | Call programs from full and relative paths | Rory Dudley | 2024-02-17 | 1 | -9/+15 |
* | Control flow in cd | Rory Dudley | 2024-02-17 | 1 | -2/+2 |
* | EOF behavior | Rory Dudley | 2024-02-17 | 1 | -0/+1 |
* | Update cd | Rory Dudley | 2024-02-17 | 1 | -4/+1 |
* | Change directories | Rory Dudley | 2024-02-16 | 1 | -0/+19 |
* | Capture SIGINT | Rory Dudley | 2024-02-16 | 1 | -0/+12 |
* | Detect EOF | Rory Dudley | 2024-02-16 | 1 | -1/+8 |
* | Initial commit | Rory Dudley | 2024-02-16 | 1 | -0/+86 |