clamp icon indicating copy to clipboard operation
clamp copied to clipboard

[Feature request] Zsh/Bash autocompletion generator

Open a-b opened this issue 10 years ago • 5 comments

It would be really great to build script which will automatically generate autocompletion files.

a-b avatar May 02 '14 23:05 a-b

+1

mjio avatar May 05 '14 23:05 mjio

Great idea!

Pull requests welcome :-)

mdub avatar May 06 '14 07:05 mdub

Might get some tips about how to implement this from Go-lang's cli package:

  • https://github.com/urfave/cli#bash-completion
  • https://github.com/urfave/cli/tree/master/autocomplete

mdub avatar Jun 29 '16 22:06 mdub

Would be great to have this 👍

meierjan avatar Dec 27 '16 18:12 meierjan

I have been working on a gem for this and would appreciate any issue reports and even better, pull requests.

https://github.com/kontena/clamp-completer

kke avatar Jan 09 '19 09:01 kke