README : ajout to-do

This commit is contained in:
Ahurac 2023-12-11 12:28:16 +01:00
parent 9f97e05c69
commit 9e5936b492

View file

@ -2,5 +2,21 @@
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
(The only purpose of this is learning Rust!)
## To-do
- [x] Read commands from `stdin`
- [ ] Exit with last child termination code
- [ ] Handle background jobs
- [ ] Handle pipes
- [ ] Handle double quotes
- [ ] Handle variables
- [ ] Interaction with environment variables
- [ ] Handle aliases
- [ ] Builtins
- [ ] `cd`
- [ ] `exit`
- [ ] Special variables
- [ ] `_`
- [ ] `PS1`
- [ ] Positional variables
- [ ] Handle signals