Uh oh!
There was an error while loading. Please reload this page.
Bash completion for fig command - #639
Conversation
aanand
commented
Nov 12, 2014
Very nice - will give it a try later. Some docs would be great (including how to set it up in zsh, for us snobs). Not sure where would be best - perhaps |
albers
commented
Nov 13, 2014
I think the only documentation needed is how to install the completion. If completion were part of the next release, e.g. 1.0.2, the install instructions in
I don't know how to use this in zsh. I tried @lePoxy's trick from #338 but was unseccusful:
This is probably because |
albers
commented
Nov 13, 2014
By the way, are there any ways to join with Docker's release channels? I'd really like to see an officially signed Ubuntu package with the fig binary and completion that can be installed from the Docker repository, see https://docs.docker.com/installation/ubuntulinux/. |
SvenDowideit
commented
Nov 14, 2014
f689095 to
bf6baccComparealbers
commented
Nov 20, 2014
Added support for new |
a08f5cf to
3b3c388Comparednephin
commented
Dec 2, 2014
LGTM I think packaging this up in a deb/rpm can wait. Just making it avaiable in contrib for now is nice. I'd really like to replace the pyinstaller packaging with something else for linux. |
albers
commented
Dec 15, 2014
Is there any chance to get this into the next milestone (or merged)? |
SvenDowideit
commented
Dec 16, 2014
ping @aanand :) |
aanand
commented
Dec 19, 2014
@albers Still waiting for docs - I don't actually know how to install and test this myself. |
616e889 to
3b0035dComparealbers
commented
Dec 25, 2014
@aanand As desired, I added documentation about installation and usage. Please review. The wording might need some polishing as I'm not a native speaker. Please let me know. The download link will have to be adjusted with the next release. |
618242f to
e47ff42Compareaanand
commented
Jan 2, 2015
Great stuff. It took me a while to get this working, which I think points to a few documentation refinements:
I also had two other thoughts:
|
albers
commented
Jan 7, 2015
Signed-off-by: Harald Albers <github@albersweb.de>
Signed-off-by: Harald Albers <github@albersweb.de>
albers
commented
Jan 8, 2015
Added support for new option |
albers
commented
Jan 12, 2015
dnephin
commented
Jan 12, 2015
LGTM |
aanand
commented
Jan 13, 2015
It's looking good. Once the |
bfirsh
commented
Jan 13, 2015
If this is good, why don't we merge it now before the rename? |
thaJeztah
commented
Jan 13, 2015
My thoughts. Also, iirc a |
aanand
commented
Jan 13, 2015
OK, going to merge and add a TODO to #835. |
aanand
commented
Jan 13, 2015
LGTM |
thaJeztah
commented
Jan 13, 2015
Thanks @aanand! (Lol noticed my s/machine/compose/ typo) |
albers
commented
Jan 13, 2015
Thanks!
The last line of the completion script registers the completion function |
albers
commented
Jan 13, 2015
This closes #338. |
thaJeztah
commented
Jan 13, 2015
Ooh, that's nice! Not too familiar with completion scripts, but that's handy :) Thanks for your contribution! |
sdurrheimer
commented
Jan 25, 2015
I'm working on a zsh equivalent. |
thedrow
commented
Jan 25, 2015
Care to issue a pull request to bash-it with the same file? |
Bash completion for fig command Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
This work is based on the wonderful bash completion for the docker command.
I placed it in the same location as in the docker repository.