Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kshg9/rush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell implementation in Rust

Credits and motivation:

Development Roadmap

[x] Basic command execution

[x] Built-in command handlers

[x] Basic pipe support (eg: ls -la | grep .rs)

[ ] Argument parsing for quoted strings (in-progress) (eg: ls -la | grep .rs)

[ ] Input/Output redirection (> and >>)

Objective

  • To explore inner workings of shell and rust's std-lib.
  • fun.

"To refactor, or not to refactor, that is the question"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages