shellharden/TODO.md
Andreas Nordal 193a26960d Add todolist
2019-08-04 15:27:20 +02:00

24 lines
489 B
Markdown

# Not done
## Errata
(boring, not a priority: please open an issue if it matters)
Unimplemented nesting:
* variables: "${var-:"$()"}"
* [[ "$()" ]]
* math: $((1+1+$((1))))
## Nice haves:
* --allow-var-braces=interpolation,strict
* -c 'check this'
* Rewrite alias to function
* Rewrite the xyes antipattern
## Write about:
* errexit → errtrace ?
* Gotcha: Command substitution "$()" trims whitespace
* Useless uses of find
* cp file dir → cp file dir/
* realpath → readlink -f ?