diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-26 17:40:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-26 17:40:07 +0200 |
commit | 254fffdee584315b490204d2ab4f3a3926bc25f9 (patch) | |
tree | 0864c237fcfec68b832a3f250c0eb28bf247300b /TODO.org | |
parent | In progress (diff) | |
download | 42-minishell-254fffdee584315b490204d2ab4f3a3926bc25f9.tar.gz 42-minishell-254fffdee584315b490204d2ab4f3a3926bc25f9.tar.bz2 42-minishell-254fffdee584315b490204d2ab4f3a3926bc25f9.tar.xz 42-minishell-254fffdee584315b490204d2ab4f3a3926bc25f9.tar.zst 42-minishell-254fffdee584315b490204d2ab4f3a3926bc25f9.zip |
TODO file update
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -1,3 +1,5 @@ +#+TITLE: TODO list for minishell + * Stuff to fix ** DONE PWD=qwe; pwd <== recheck ** DONE VISUAL=qweqwe crontab -e <=== deal with it @@ -13,6 +15,7 @@ ** DONE [#A] ls qweqwe; echo $? <---- substitute ** DONE [#A] Don't fuck with '$vars' ** TODO [#A] <>> +** TODO [#A] Subst ~ after > ** TODO [#A] msh ~> qwewqrqrqwrqwrqr ($? and output vs bash) ** TODO [#A] pipes don't split "qweqwreq | qweqweqe" ** DONE [#A] SEGV on pipes @@ -25,11 +28,11 @@ ** DONE [#C] leaks on builtins (same as above man) ** DONE [#C] Variables stack rework ** TODO [#C] Handle memory -** TODO [#C] Go full stack to ken dash in the ass ** DONE [#C] Handle comments better # ** TODO [#C] msh ~> ./qwe.sh <---- without shebang (maybe works fine already) ** TODO [#C] Fix ~ only first pos of arg -** TODO [#C] $1 $2 $3 $4... vars +** DONE [#C] $1 $2 $3 $4... vars + CLOSED: [2020-09-26 Sat 17:32] ** DONE [#C] Fix $? * Stuff to add @@ -43,12 +46,20 @@ ** DONE [#B] .minishellrc ** DONE [#B] .minishell_history ** DONE [#B] history builtin -** TODO [#C] Norm +** TODO [#C] Norm [0/2] + + [ ] libft + + [ ] minishell ** DONE [#C] [ builtin <=== pretty cool yet simple stuff ( [ $a -eq 1 ] ) ** DONE [#C] alias ** DONE [#C] Read scripts ** DONE [#C] PSX rice -** TODO [#C] if else +** TODO [#C] if else [0/4] + + [ ] if - fi + + [ ] else + + [ ] else + + [ ] elif + + [ ] while - do - done + + [ ] for ** TODO [#C] << ** TODO [#C] Termcaps ** TODO [#C] -i option (alias in scripts, etc) |