Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 537 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 537 Bytes

Stoopid Shell

A new Shell written in rust

Roadmap

  • Add basic shell functionality
  • Reimplement alot of basic shell features
    • echo
    • ls
    • cp
    • mv
    • cd
    • exit
    • cat
    • touch
    • rm
  • User Customization
    • Add theme support
    • Add plugin support
    • Add config files
  • Git support
  • Add piping support
    • cat
    • Table
  • Implement new commands
    • fetch => download files from url
    • zip => Manage zip files from the shell