42_minishell/dev/TODO
mcolonna 38170c7211 [ADD] manage variables *
Also:
- dev:
  - add docu
  - add fixes in TODO
  - add FIXME
2024-06-06 16:00:38 +02:00

23 lines
497 B
Text

- working history (rl_* functions?)
- '<<' with history?
- finding commands
- built-in commands
- relative/absolute paths
- signals
- ^C, ^D, ^\
- variables
- environment variables
- $?
- 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)
- fix
- `$ |` throws 2 errors
- empty variables aren't freed
(also search TODO and FIXME in the files)