Commit graph

64 commits

Author SHA1 Message Date
baltic-tea
c7d172b22e
fix(README): add missing aliases from master branch 2024-11-10 17:07:07 +03:00
baltic-tea
4579956901
Merge branch 'master' into docker-patch-1 2024-11-10 16:56:58 +03:00
baltic-tea
e12ff3d828
fix(README): fix docker aliases documentation 2024-11-10 16:53:54 +03:00
baltic-tea
3914197aa2
feat(docker): add new aliases
Co-authored-by: Matthew Adams <matthew@matthewadams.me>
2024-11-10 16:44:16 +03:00
Alexander Cyon
d78275fdbb
chore: fix typos (#12647) 2024-09-01 21:01:27 +02:00
Alvin Crespo
0f75203698
feat(docker): add image prune alias (#12520)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-08-01 20:35:49 +02:00
Sergey Karpuk
a4304dd7e5
feat(docker): add aliases for docker ps and docker ps -a (#12488) 2024-06-10 16:31:26 -07:00
Arsenii Liubogashchinskii
ae008c0a64 add dxcbash custom function 2024-05-04 22:17:39 +08:00
baltic_tea
4de8d5d4a3 fix(README): fix aliases documentation 2024-02-27 12:03:57 +03:00
JimMoen
6ee683b7c6 feat(docker): add docker volume rm alias
(cherry picked from commit fb011f5d48)
2024-02-27 11:59:03 +03:00
Oren
40ff950fcd
fix(docker): support completion on snap installs (#12224) 2024-02-20 10:59:12 +01:00
baltic-tea
59db640492
feat(docker): add new aliases 2023-08-24 20:24:44 +03:00
baltic-tea
130c9b17ed feat(docker): add new aliases
Co-authored-by: Kirsty Mullen <36440536+kirstymullen@users.noreply.github.com>
2023-08-24 18:54:13 +03:00
Carlo Sala
7d5e12500a
feat(docker): add legacy-completion option 2023-07-20 10:43:56 +02:00
Carlo Sala
fe4b565986
fix(docker): only load old completion if docker <23 2023-06-30 11:41:44 +02:00
Andrei Polushin
73c4764e78
fix(docker): use docker --version instead of docker version
`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 13:26:08 +02:00
Carlo Sala
723af07a56
fix(docker): add static completion script 2023-06-29 13:25:05 +02:00
Haltarys
8a6fc5c16d
fix(docker): use command docker (#11766) 2023-06-20 22:27:14 +02:00
Carlo Sala
6bffaab290
fix(docker): only generate completion for docker >23 (#11754) 2023-06-15 20:06:56 +02:00
Carlo Sala
68f3ebb4de
feat(docker): generate completion function
Closes #10825
Closes #10912
Closes #11751
2023-06-15 11:17:27 +02:00
kormosi
3705edf557
feat(docker): add drs alias (#11393) 2022-12-15 11:47:10 +01:00
Rafael Bernard Araújo
c35ca17258 feat(docker): add dsta alias
Closes #11089
2022-11-24 17:49:46 +01:00
Carlo Sala
1c06ea24fb chore(docker): sort and reorganize aliases 2022-11-24 17:49:46 +01:00
Carlo Sala
a4392cfc16 feat(docker): update completion
Taken from 79dca7a38e/contrib/completion/zsh/_docker
Closes #10826
2022-11-24 17:49:46 +01:00
Maxim Derbenev
d41ca84af1
fix(docker): rename dip alias to dipu to avoid naming conflict (#10957) 2022-06-06 15:37:42 +02:00
Abhinav M
7ea6ff8d04
fix(docker): rename dls and dlsa aliases to avoid conflict (#10852) 2022-04-13 15:05:55 +02:00
Abhinav M
c6f0504cf0
feat(docker): add aliases to docker plugin (#6527) 2022-04-12 21:52:41 +02:00
Marc Cornellà
c21ff38b8f
fix(docker): remove unwanted asterisk in completed docker commands
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-09-15 17:47:57 +02:00
YantaoZhao
3d6db32610
feat(docker): update completion to upstream version (#9470) 2021-01-01 18:11:01 +01:00
Marc Cornellà
38f276a732 docker: document option-stacking setting
Fixes #9266
2020-09-18 22:02:10 +02:00
Vinícius Picossi Teruel
10538d1105
docker: update to latest upstream completion (92dc906) (#8835) 2020-05-23 18:33:50 +02:00
Marc Cornellà
610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Marc Cornellà
f48a40ee91
Reorganize stuff 2019-10-19 17:28:43 +02:00
Marco Zühlke
166719c0ab Format docker Readme like the other plugins. 2019-10-18 23:52:26 +02:00
Patrick Artounian
990104730c Update docker plugin from upstream docker/cli (#7470) 2018-12-31 11:12:34 -08:00
Tom Milligan
3a31074d34 Update docker plugin from upstream docker/cli (#7018)
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-09 17:37:47 +02:00
Janosch Schwalm
19b925e741 use https everywhere (#6574)
* use https everywhere

* use https links on the files that are left

Also, removed some broken links and updated redirections.
2018-08-07 20:42:01 +02:00
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