Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-20 | feat(docker): add `legacy-completion` option | Carlo Sala | |
2023-06-30 | fix(docker): only load old completion if docker <23 | Carlo Sala | |
2023-06-29 | fix(docker): use `docker --version` instead of `docker version` | Andrei Polushin | |
`docker version` subcommand is able to return both docker client and docker daemon information. To get a daemon version, it connects to a possibly remote daemon. If the remote daemon is not accessible, the client waits for some time, until it gets interrupted by timeout. As a result we can have a docker client running in background. When zsh session is rather short, a terminal application (iTerm2) starts asking if that background docker process should be stopped. On the other hand, to get a docker client version only, we can use `docker --version` instead. It does not connect to a daemon. Closes #11780 | |||
2023-06-29 | fix(docker): add static completion script | Carlo Sala | |
2023-06-20 | fix(docker): use `command docker` (#11766) | Haltarys | |
2023-06-15 | fix(docker): only generate completion for docker >23 (#11754) | Carlo Sala | |
2023-06-15 | feat(docker): generate completion function | Carlo Sala | |
Closes #10825 Closes #10912 Closes #11751 | |||
2022-12-15 | feat(docker): add `drs` alias (#11393) | kormosi | |
2022-11-24 | feat(docker): add `dsta` alias | Rafael Bernard Araújo | |
Closes #11089 | |||
2022-11-24 | chore(docker): sort and reorganize aliases | Carlo Sala | |
2022-11-24 | feat(docker): update completion | Carlo Sala | |
Taken from https://github.com/docker/cli/blob/79dca7a38e9969f9d0694d85adbaf13394d893ac/contrib/completion/zsh/_docker Closes #10826 | |||
2022-06-06 | fix(docker): rename `dip` alias to `dipu` to avoid naming conflict (#10957) | Maxim Derbenev | |
2022-04-13 | fix(docker): rename `dls` and `dlsa` aliases to avoid conflict (#10852) | Abhinav M | |
2022-04-12 | feat(docker): add aliases to `docker` plugin (#6527) | Abhinav M | |
2021-09-15 | fix(docker): remove unwanted asterisk in completed docker commands | Marc Cornellà | |
Also update upstream completion to version fe2008d04e80fafd. NOTE: this fix means the version bundled within Oh My Zsh has diverged from the upstream version. | |||
2021-01-01 | feat(docker): update completion to upstream version (#9470) | YantaoZhao | |
2020-09-18 | docker: document option-stacking setting | Marc Cornellà | |
Fixes #9266 | |||
2020-05-23 | docker: update to latest upstream completion (92dc906) (#8835) | Vinícius Picossi Teruel | |
2020-03-11 | Clean up plugin READMEs and a few plugins | Marc Cornellà | |
- fasd - history - mercurial - pylint - repo - yii2 | |||
2019-10-19 | Reorganize stuff | Marc Cornellà | |
2019-10-18 | Format docker Readme like the other plugins. | Marco Zühlke | |
2018-12-31 | Update docker plugin from upstream docker/cli (#7470) | Patrick Artounian | |
2018-08-09 | Update docker plugin from upstream docker/cli (#7018) | Tom Milligan | |
Update `docker` plugin from [docker/cli master](https://github.com/tommilligan/cli/blob/master/contrib/completion/zsh/_docker) - bugfix for `docker update` autocompletion: https://github.com/docker/cli/pull/1232 - added `scope` subcommand: https://github.com/docker/cli/pull/1227/files | |||
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm | |
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. | |||
2018-05-17 | Minor fix: "stdin" instead of "stding" (#6801) | Mauro Porras P | |
2018-05-13 | Updated autocomplete and readme (#6720) | Quentin Nerden | |
Signed-off-by: Troy Fontaine <tfontaine@troyfontaine.com> | |||
2018-01-22 | Update of docker completion (#6542) | Alexey Pristavkin | |
2017-11-11 | Update Docker completion plugin (#6410) | Antonis Kalipetis | |
2017-02-20 | add missing new line escape (#5896) | grh2g46 | |
missing \ was causing command not found errors when tab completing docker build -t <tab> | |||
2016-12-14 | docker: update completion (upstream 2fe62f2) | Marc Cornellà | |
Closes #5683 | |||
2016-10-25 | Update docker completion (2015-10-25) | Marc Cornellà | |
Closes #5568 Source: https://github.com/docker/docker/commit/c9fdf9abf8d6443598808809b900d96e04adfcb1 | |||
2016-09-20 | Update docker completion from upstream (#5426) | Zach Himsel | |
https://github.com/docker/docker/blob/be9e3f59e625a7be05f21a23f6debfb3f6728573/contrib/completion/zsh/_docker | |||
2016-09-20 | Update docker completion to match docker upstream (#5060) | Brian Goff | |
See https://github.com/docker/docker/blob/master/contrib/completion/zsh/_docker Signed-off-by: Brian Goff <cpuguy83@gmail.com> | |||
2016-08-30 | Update README | kenleytomlin | |
2016-08-30 | Update the docker completion script with the official docker zsh | kenleytomlin | |
completion script | |||
2015-08-05 | Add support for Docker images from custom registries | Andrew Robertson | |
2015-06-13 | Update _docker | UserTaken | |
2015-06-11 | More run and create options | UserTaken | |
2015-04-29 | Fixing some issues where show repeated weird values, and fixed commands that ↵ | Kennedy Oliveira | |
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-02-18 | Merge pull request #3578 from ctroncoso/patch-1 | Robby Russell | |
docker containers based on defined names | |||
2015-02-16 | added stats command to docker plugin | Karsten Kosmala | |
2015-02-13 | docker containers based on defined names | ctroncoso | |
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. | |||
2014-12-18 | added exec command to docker plugin | Paul van den Berg | |
2014-07-14 | Fix typo in docker plugin | Josh Comer | |
2014-04-19 | Fix `docker rmi` tab completion | Javier Tejero | |
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-03-26 | Matching autocomplete for Docker v0.9.1 | Bob Maerten | |
Many deprecations since 0.8 and new commands. | |||
2014-03-10 | Fix typo in autocomplete arguments | Bob Maerten | |
2013-08-07 | Merge branch 'master' of https://github.com/AeonAxan/oh-my-zsh | Ahmed Azaan | |
2013-08-07 | fixed minor errors | Ahmed Azaan | |
2013-08-07 | Update README.md | Ahmed Aeon Axan | |