Skip to content
/ mican Public
forked from utam0k/mican

๐ŸŠ A simple Unix shell written in Rust

License

Notifications You must be signed in to change notification settings

crakaC/mican

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

64 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŠ Mican Unix Shell

CircleCI codecov

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!

Mican

Purpose

  • for fun
  • learn Rust

Build & Run

Mican requires latest Rust.

$ cargo run

Built-in Commands

  • cd
  • pwd
  • ls
  • clear
  • bye

Features

  • Pipe(supported)
  • Multi process(supported)
  • Redirection(not yet)
  • History(not yet)
  • Variable(not yet)
  • RC file(not yet)
  • More Built-in Commands(not yet)

Author

utam0k

About

๐ŸŠ A simple Unix shell written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%