add dev/TODO
This commit is contained in:
parent
0fac25fd81
commit
bfee212ed6
1 changed files with 21 additions and 0 deletions
21
dev/TODO
Normal file
21
dev/TODO
Normal 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)
|
Loading…
Add table
Reference in a new issue