rash/README.md

20 lines
361 B
Markdown
Raw Normal View History

2024-04-09 09:45:45 +02:00
`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
2024-04-10 10:30:58 +02:00
- [x] Execute commands
2024-04-09 09:45:45 +02:00
- [ ] Variables
- [ ] Environment variables
- [ ] Builtins
- [ ] `cd`
- [ ] `set`
- [ ] `alias`
- [ ] `type`
- [ ] Parse commands
- [ ] Command-line flags
- [ ] PS1