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
- syar
- Pipe
- Multi process
- Completion
- Input Reader
There is a key binding which is not supported. - History
This history function is only a temporary record that is still running. - Redirection
- Variable
- RC file