Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 235 Bytes

File metadata and controls

11 lines (8 loc) · 235 Bytes

RShell

A very simple shell, implemented in Rust.

Features to add:

  • Multiline support
  • Handle args
  • Add colors
  • Add support for built in commands such as cd, pwd etc. Make it Unix-like.
  • Add error handling