Commit Graph

27 Commits

Author SHA1 Message Date
Mauro Porras P a600ab4b85 Minor fix: "stdin" instead of "stding" (#6801) 2018-05-17 16:30:03 +02:00
Quentin Nerden 919f0a42a0 Updated autocomplete and readme (#6720)
Signed-off-by: Troy Fontaine <tfontaine@troyfontaine.com>
2018-05-13 21:58:35 +02:00
Alexey Pristavkin d22189848e Update of docker completion (#6542) 2018-01-22 19:14:55 -08:00
Antonis Kalipetis 41eedd3700 Update Docker completion plugin (#6410) 2017-11-11 09:40:03 -08:00
grh2g46 9bbcceda97 add missing new line escape (#5896)
missing \ was causing command not found errors when tab completing docker build -t <tab>
2017-02-20 10:20:53 -08:00
Marc Cornellà 67dad45b38 docker: update completion (upstream 2fe62f2)
Closes #5683
2016-12-14 23:22:26 +01:00
Marc Cornellà 37bf9186a0 Update docker completion (2015-10-25)
Closes #5568

Source:
c9fdf9abf8
2016-10-25 05:43:11 +02:00
Zach Himsel f39dcfda8d Update docker completion from upstream (#5426)
be9e3f59e6/contrib/completion/zsh/_docker
2016-09-20 20:48:10 +02:00
Brian Goff 9d91e92f26 Update docker completion to match docker upstream (#5060)
See https://github.com/docker/docker/blob/master/contrib/completion/zsh/_docker

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-09-20 20:40:07 +02:00
kenleytomlin 03e7f93ec7 Update README 2016-08-30 08:58:31 +01:00
kenleytomlin a93bb4e695 Update the docker completion script with the official docker zsh
completion script
2016-08-30 08:54:47 +01:00
Andrew Robertson c3fbe4d121 Add support for Docker images from custom registries 2015-08-05 19:51:05 +01:00
UserTaken 55b1a2befe Update _docker 2015-06-13 16:30:18 -07:00
UserTaken 557dc09d71 More run and create options 2015-06-11 00:21:45 -07:00
Kennedy Oliveira 2dbf9951d9 Fixing some issues where show repeated weird values, and fixed commands that need the container autocomplete without being running, like start, now it autocompletes showing all the containers so you can start without knowing the right name 2015-04-29 15:17:11 -03:00
Robby Russell 9a58e8dab7 Merge pull request #3578 from ctroncoso/patch-1
docker containers based on defined names
2015-02-18 15:07:02 -08:00
Karsten Kosmala cd36deda23 added stats command to docker plugin 2015-02-16 12:04:37 +01:00
ctroncoso 68955f17ad docker containers based on defined names
docker container autocomplete listing uses containers ID instead of names.
Most users identify their containers by name. ID is only needed and used on a dynamic environment more suited in scripts.
2015-02-13 09:49:54 -03:00
Paul van den Berg 9e5f0f0e9d added exec command to docker plugin 2014-12-18 23:22:48 +01:00
Josh Comer 6b3a723c37 Fix typo in docker plugin 2014-07-14 16:41:57 -07:00
Javier Tejero 7949a1cd8d Fix `docker rmi` tab completion
This is exactly what happens on tab completion for docker rmi. This commit
fixes that.

```sh
$ docker rmi <hit TAB>
_arguments:comparguments:312: invalid argument: __docker_images
_arguments:comparguments:312: invalid argument: __docker_images
_arguments:comparguments:312: invalid argument: __docker_images
```
2014-04-19 09:03:28 +02:00
Bob Maerten 76e1edf31f Matching autocomplete for Docker v0.9.1
Many deprecations since 0.8 and new commands.
2014-03-26 10:40:46 +01:00
Bob Maerten 3c9a29b0d6 Fix typo in autocomplete arguments 2014-03-10 16:23:14 +01:00
Ahmed Azaan e724a63b24 Merge branch 'master' of https://github.com/AeonAxan/oh-my-zsh 2013-08-07 22:13:20 +05:30
Ahmed Azaan 2d1a07a3f7 fixed minor errors 2013-08-07 22:11:49 +05:30
Ahmed Aeon Axan 0a62f6636d Update README.md 2013-08-07 21:29:53 +05:30
Ahmed Azaan 619ecb5f4f add docker autocomplete plugin 2013-08-07 21:19:21 +05:30