Skip to content

Commit 0e8506b

Browse files
committed
Add TODO
1 parent d5d62ab commit 0e8506b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

TODO

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- make completions sensitive to context (currently, something like 'tail <TAB>'
2+
and 'tail -n <TAB>' would give the same completion options, although only
3+
numbers should work in the latter)
4+
- add support for zsh (or rule out the possibility)
5+
- add support for csh (or rule out the possibility)
6+
- add support for ksh (or rule out the possibility)
7+
- add support for fish (or rule out the possibility)
8+
- possibly add a '--_completion_script SHELL_TYPE' option to generate a traditional completion script for the program itself

0 commit comments

Comments
 (0)