diff options
Diffstat (limited to '')
-rw-r--r-- | TODO.org | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -33,7 +33,7 @@ CLOSED: [2020-10-22 Thu 21:47] ** DONE 'echo qweqwe 1>file' file has 'qweqwe 1' in it CLOSED: [2020-10-27 Tue 19:35] -** CANCELED alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place +** CANCELLED alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place CLOSED: [2020-10-19 Mon 19:56] ** DONE forked write(2) stuff on cd ** DONE Multiline && || @@ -58,16 +58,19 @@ ** DONE macOS compliancy ** DONE No fixed int CLOSED: [2020-10-28 Wed 01:40] +** TODO export qwe="'123'"; echo $qwe <--- show squotes like bash * Stuff to add ** DONE builtins to pipes ** DONE Proper ~ subst -** TODO SIGNAL +** DONE SIGNAL + CLOSED: [2020-12-07 Mon 15:31] ** DONE && || ** DONE .minishellrc ** DONE .minishell_history ** DONE history builtin -** TODO $_ +** DONE $_ + CLOSED: [2020-12-11 Fri 18:37] ** TODO Parse error before p_line for scripts ** DONE Norm [2/2] CLOSED: [2020-10-03 Sat 14:46] @@ -81,15 +84,19 @@ CLOSED: [2020-09-28 Mon 19:30] + [X] base + [X] <<- to skip tabs -** TODO if else [0/4] +** CANCELLED if else [0/4] + CLOSED: [2020-12-07 Mon 15:32] + [ ] if - fi + [ ] else + [ ] else + [ ] elif + [ ] while - do - done + [ ] for -** TODO Termcaps + CLOSED: [2020-12-07 Mon 15:31] +** DONE Termcaps + CLOSED: [2020-12-07 Mon 15:31] ** TODO -i option (alias and history in scripts, etc) -** TODO Simple arithmetics $((a + 1)) -** CANCELED & +** CANCELLED Simple arithmetics $((a + 1)) + CLOSED: [2020-12-11 Fri 16:01] +** CANCELLED & CLOSED: [2020-10-21 Wed 16:41] |