Skip to content

A new cross-platform shell implementation in Rust.

Notifications You must be signed in to change notification settings

BenMcAvoy/RShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RShell

A new cross-platform shell implementation in Rust.

Building

git clone https://github.com/BenMcAvoy/RShell.git && cd RShell
cargo build --release

Built-ins

Command Purpose Example
type Find what type a command is type echo
cd Change directory cd RShell
echo Print something echo Path is: " $PATH "
exit Quit (with exit code) exit 0
history List historical commands history

Credits

This code started as a solution to the "Build Your Own Shell" Challenge. Shout out to CodeCrafters!

About

A new cross-platform shell implementation in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published