Experimental, basic shell, built to learn and understand the Rust programming language and how a shell works
- cd support
- arguments support
- Better error handling
- Pipes
- More built-ins
Being this a learning project, I don't intend to develop this as a real project and contributing in this sense is useless. I would love to learn something new from contributions though, so feel free to submit a PR
This project was created based on the Build your own shell using Rust tutorial, though in future development it could differ significantly