From 9e5936b4923d3e010db07d41441f02e2dfcdb2d9 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 11 Dec 2023 12:28:16 +0100 Subject: [PATCH] README : ajout to-do --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b9fff7..6d9b1be 100644 --- a/README.md +++ b/README.md @@ -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