Go to file
2024-11-26 10:40:27 -07:00
src added env and simplifed command choosing system 2024-11-26 10:40:27 -07:00
.gitignore init 2024-11-25 12:17:07 -07:00
Cargo.lock init 2024-11-25 12:17:07 -07:00
Cargo.toml init 2024-11-25 12:17:07 -07:00
README.md init 2024-11-25 12:17:07 -07:00

rShell

Writing a shell inspired by bash (obviously) but also inspired by Ruckus and Cisco's CLIs where you don't have to type out the full comamnd. As long as it is distinct. Simmilar to how the ip command words in Linux. Where

ip address

and this

ip a

are the same thing.