Mican is a Unix Shell written in Rust.
It is a toy and simple implementation of a shell.
Goal is a shell which I can use without stress.
If you get a better code when you saw mican's code, please pull request, comments, or conntact my account in English or Japanese!
- for fun
- learn Rust
Mican requires latest Rust.
$ cargo run
- cd
- pwd
- ls
- clear
- bye
- Pipe(supported)
- Multi process(supported)
- Redirection(not yet)
- History(not yet)
- Variable(not yet)
- RC file(not yet)
- More Built-in Commands(not yet)