Ajout : README

This commit is contained in:
Ahurac 2024-04-09 09:45:45 +02:00
parent 7be9264885
commit 5b65a4d3e5

19
README.md Normal file
View file

@ -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