Go to file
Oliver Atkinson e57e7ff907 added custom directory support
This allows you to specifcy things such as `/bin` to pull commands from.
It even kind of works
2024-11-25 14:10:51 -07:00
src added custom directory support 2024-11-25 14:10:51 -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.