diff --git a/README.md b/README.md new file mode 100644 index 0000000..dfb238b --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +`rash` - A blazingly fast memory-safe POSIX shell + +# Why? + +I want to learn Rust and see how much effort I can put into making an interoperable software. + +# Roadmap + +- [ ] Execute commands +- [ ] Variables +- [ ] Environment variables +- [ ] Builtins + - [ ] `cd` + - [ ] `set` + - [ ] `alias` + - [ ] `type` +- [ ] Parse commands +- [ ] Command-line flags +- [ ] PS1