From bfee212ed629ecef34b966d9a0048c20e5eff95f Mon Sep 17 00:00:00 2001 From: mcolonna Date: Tue, 7 May 2024 14:13:02 +0200 Subject: [PATCH] add dev/TODO --- dev/TODO | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev/TODO diff --git a/dev/TODO b/dev/TODO new file mode 100644 index 0000000..26b8dd7 --- /dev/null +++ b/dev/TODO @@ -0,0 +1,21 @@ +- working history (rl_* functions?) + - '<<' with history? +- finding commands + - built-in commands + - relative/absolute paths +- signals + - ^C, ^D, ^\ +- variables + - normal variables + - environment variables + - $? +- pipes + - no calls (like `$ < input_file > output_file`) +- builtins: + - echo (with option -n) + - cd [path] + - pwd (with no options) + - export (with no options) + - unset (with no options) + - env (with no options or arguments) + - exit (with no options)