Back to Shell Autocompletion

bash

yash

As usual, git is one of the biggest completions!

~/src/languages/yash-2.46/share/completion$ wc -l *|sort -n
...
   497 git-config
   541 tar
   554 find
   597 git-svn
   657 INIT
   759 git
   850 svn
 19921 total

zsh

TODO

fish

Oil

Oil reuses its parser for autocompletion.

I haven't documented this fully, but here's one blog post:

Notes:

Bugs