{"id":13588156,"url":"https://github.com/felixr/docker-zsh-completion","last_synced_at":"2025-04-08T02:34:59.621Z","repository":{"id":9836914,"uuid":"11826483","full_name":"felixr/docker-zsh-completion","owner":"felixr","description":"[OUTDATED] zsh completion for docker; use  https://github.com/docker/cli instead","archived":true,"fork":false,"pushed_at":"2019-05-23T10:40:43.000Z","size":177,"stargazers_count":257,"open_issues_count":3,"forks_count":39,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-03T21:18:51.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-01T20:04:54.000Z","updated_at":"2024-09-18T10:34:36.000Z","dependencies_parsed_at":"2022-09-06T09:50:11.580Z","dependency_job_id":null,"html_url":"https://github.com/felixr/docker-zsh-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixr%2Fdocker-zsh-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixr%2Fdocker-zsh-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixr%2Fdocker-zsh-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixr%2Fdocker-zsh-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixr","download_url":"https://codeload.github.com/felixr/docker-zsh-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247765180,"owners_count":20992257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:06:32.504Z","updated_at":"2025-04-08T02:34:59.398Z","avatar_url":"https://github.com/felixr.png","language":"Shell","funding_links":[],"categories":["Completions","Shell"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"DEPRECATED REPO\n=====================\nThis repository is not kept up-to-date any more. Please,\nswitch to the [ZSH completion from Docker](https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker)\n\n---\n\ndocker-zsh-completion\n=====================\n\nA [zsh](http://zsh.org) completion for [Docker](http://docker.io).\n\ndirectly. To keep the same behavior as previously, you may want to add the following\ncode to your `~/.zshrc`:\n\n```sh\nzstyle ':completion:*:*:docker:*' option-stacking yes\nzstyle ':completion:*:*:docker-*:*' option-stacking yes\n```\n \nHow to Install\n--------------\n\nFor [Oh My Zsh](http://ohmyz.sh/) users:\n```sh\nmkdir -p ~/.oh-my-zsh/plugins/docker/\ncurl -fLo ~/.oh-my-zsh/plugins/docker/_docker https://raw.github.com/felixr/docker-zsh-completion/master/_docker\n```\nAnd then in your `~/.zshrc` file, add `docker` to the plugins list. Then run `exec zsh` to restart zsh.\n\nFor [Prezto](https://github.com/sorin-ionescu/prezto) users:\n```sh\ncurl -fLo ~/.zprezto/modules/completion/external/src/_docker \\\n  https://raw.github.com/felixr/docker-zsh-completion/master/_docker\nexec zsh\n```\nThis assumes you have the `completion` module enabled in your `~/.zpreztorc` file.\n\nWith [zplug](https://github.com/b4b4r07/zplug):\n```sh\nzplug \"felixr/docker-zsh-completion\"\n```\n\nFor other Zsh users:\nDrop the `_docker` file into your `~/.zsh/completion` directory, then reset zsh:\n\n```sh\nmkdir -p ~/.zsh/completion\ncurl -fLo ~/.zsh/completion/_docker https://raw.github.com/felixr/docker-zsh-completion/master/_docker\nexec zsh\n```\nThis assumes `~/.zsh/completion` is in Zsh's `$fpath` [parameter](http://zsh.sourceforge.net/Doc/Release/Parameters.html#index-fpath). Run `echo $fpath` to check.\n\n\nContributors\n------------\n\n* [felixr](http://github.com/felixr)\n* [vincentbernat](http://github.com/vincentbernat)\n* [sdurrheimer](https://github.com/sdurrheimer)\n\nAnd many others as most commits now come directly from Docker. Patches\nare applied this way:\n\n    $ cd docker/contrib/completion/zsh\n    $ git format-patch --stdout -1 d736a9d2c3758fcc4eac0b62e9c7b128388021c1 -- ./_docker | \\\n        (cd ~/.zsh/third-party/docker-zsh-completion ; git am -p4 )\n\nLicense (BSD License)\n------------------------------\n\n    Copyright (c) 2013, Felix Riedel\n    All rights reserved.\n    \n    Redistribution and use in source and binary forms, with or without\n    modification, are permitted provided that the following conditions are met:\n        * Redistributions of source code must retain the above copyright\n          notice, this list of conditions and the following disclaimer.\n        * Redistributions in binary form must reproduce the above copyright\n          notice, this list of conditions and the following disclaimer in the\n          documentation and/or other materials provided with the distribution.\n        * Neither the name of the \u003corganization\u003e nor the\n          names of its contributors may be used to endorse or promote products\n          derived from this software without specific prior written permission.\n    \n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL \u003cCOPYRIGHT HOLDER\u003e BE LIABLE FOR ANY\n    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixr%2Fdocker-zsh-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixr%2Fdocker-zsh-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixr%2Fdocker-zsh-completion/lists"}