put a couple of fuckups in readme

This commit is contained in:
whaffman 2025-03-04 11:14:05 +01:00
parent f8236d14d1
commit 029c3cbcb0

View File

@ -50,9 +50,13 @@ A lot of amazing shell stuff
should it close the unused pipe-end? should it close the unused pipe-end?
all redirects are opened and closed, but only last fd is used. all redirects are opened and closed, but only last fd is used.
multiple HEREDOCs can be nested, only last is used. multiple HEREDOCs can be nested, only last is used.
- [x] Expand \$ vars & support \$? - [x] Expand \$ vars & support \$ ~?
* [x] $var * [x] $var
* [0] $? * [x] $?
* [ ] ~
- [ ] export without arguments
- [ ] ft_free_arr_safe in environment mess
- [ ] builtins not first in pipeline? wtf is happening HAHAHAHAHAH its not using builtin, but core-utils
- CB command to change banner - CB command to change banner
- __Bonus:__ Command tree for &&, ||, * - __Bonus:__ Command tree for &&, ||, *