summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index ab47b5a..c27ca84 100644
--- a/TODO.org
+++ b/TODO.org
@@ -62,7 +62,8 @@
* 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
@@ -81,14 +82,17 @@
CLOSED: [2020-09-28 Mon 19:30]
+ [X] base
+ [X] <<- to skip tabs
-** TODO if else [0/4]
+** CANCELED 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 &