add dev/TODO

This commit is contained in:
mcolonna 2024-05-07 14:13:02 +02:00
parent 0fac25fd81
commit bfee212ed6

21
dev/TODO Normal file
View file

@ -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)