Hacker News new | ask | show | jobs
by rjwebb 4718 days ago
Doesn't zsh do something like this? At the very least, it seems to be extensible enough that you could provide completion+manpage documentation if you wanted to.
1 comments

Zsh certainly does something like this.

Here's what my autocompletion looks like: http://leukensis.org/files/zsh-autocomplete.png

The program has to provide its autocomplete files, but it's very powerful. My 'kill' autocompletes with a ps-like output, for example.

Does zsh support matching long and arguments? That's what I want. A bit like fish (http://fishshell.com/assets/img/screenshots/man_completions....) and finalterm which others have mentioned.