Ajout : README
This commit is contained in:
parent
7be9264885
commit
5b65a4d3e5
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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
|
Loading…
Reference in a new issue