Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for inotifyinotify | Rory Dudley | 2024-02-19 | 1 | -10/+268 |
| | | | | | This is a branch with some cursory support for using inotify to watch for changes in the user's $PATH. | ||||
* | Capture SIGINT | Rory Dudley | 2024-02-16 | 1 | -0/+108 |
| | | | | | | Added logic to capture the interrupt signal. Using a rust crate called 'ctrlc' to do the heavy lifting. Program will simply reprint the prompt on a new line if the interrup signal is detected. | ||||
* | Initial commit | Rory Dudley | 2024-02-16 | 1 | -0/+7 |
An extremely miniamal shell. It is capable of forking processes, and passing arguments to them, but that's pretty much it. Notes: This is pretty much a prototype, to see how easily something like a shell could be implemented in Rust. |