My experiments of creating a simple working shell while studying some operating systems subjects. Not intended for production use.
- pipe: Support chaining processes with pipes;
Some features I would like to implement if I manage to have some time.
- IO redirection;
- Enhanced input (auto-completion, cursor navigation);
- Background execution;