{"id":16862899,"url":"https://github.com/leonhartx/docker-machine-zsh-completion","last_synced_at":"2025-04-11T08:58:08.752Z","repository":{"id":82924601,"uuid":"56957677","full_name":"leonhartX/docker-machine-zsh-completion","owner":"leonhartX","description":"A more functional and up-to-date zsh completion for docker-machine","archived":false,"fork":false,"pushed_at":"2017-08-08T09:40:28.000Z","size":18,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T13:01:59.862Z","etag":null,"topics":["autocompletion","docker","docker-machine","zsh-completions"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonhartX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-24T06:30:16.000Z","updated_at":"2023-06-10T07:26:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"47e3caeb-6bcd-4976-a2e2-943ff90445f6","html_url":"https://github.com/leonhartX/docker-machine-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/leonhartX%2Fdocker-machine-zsh-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonhartX%2Fdocker-machine-zsh-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonhartX%2Fdocker-machine-zsh-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonhartX%2Fdocker-machine-zsh-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonhartX","download_url":"https://codeload.github.com/leonhartX/docker-machine-zsh-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248363578,"owners_count":21091391,"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":["autocompletion","docker","docker-machine","zsh-completions"],"created_at":"2024-10-13T14:37:04.010Z","updated_at":"2025-04-11T08:58:08.745Z","avatar_url":"https://github.com/leonhartX.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-machine-zsh-completion\nA more functional and up-to-date zsh completion for docker-machine\n\nThis has been merged in [docker-machine](https://github.com/docker/machine), but clone this repo to your completion path maybe a good way to easily keep it up-to-date.\n\n## Installing Command Completion\n\n### Manual installation\nPlace the completion scripts in your `/path/to/zsh/completion`, using e.g. `~/.zsh/completion/`\n\n    mkdir -p ~/.zsh/completion\n    git clone https://github.com/leonhartX/docker-machine-zsh-completion.git ~/.zsh/completion/docker-machine\n\nInclude the directory in your `$fpath`, e.g. by adding in `~/.zshrc`\n\n    fpath=(~/.zsh/completion/docker-machine $fpath)\n\nMake sure `compinit` is loaded or do it by adding in `~/.zshrc`\n\n    autoload -Uz compinit \u0026\u0026 compinit -i\n\nThen reload your shell\n\n    exec $SHELL -l\n\n### Using oh-my-zsh\n\nIf you use [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) then just clone the repository inside your oh-my-zsh repo:\n\n\tgit clone https://github.com/leonhartX/docker-machine-zsh-completion.git ~/.oh-my-zsh/custom/plugins/docker-machine\n\nand enable it in your `.zshrc`:\n\n\tplugins+=(docker-machine)\n\tautoload -U compinit \u0026\u0026 compinit\n\n### Available completions\nDepending on what you typed on the command line so far, it will complete\n\n - available docker-machine commands\n - options that are available for a particular command\n - machine names that make sense in a given context (e.g. `docker-machine ip` with only running machines vs. `docker-machine rm` with all machines).\n - swarm discovery that are available to join in.\n - driver options (e.g. `amazonec2-ami`) that are available for a particular driver after the `--driver,-d` options is specified.\n - arguments for selected options, e.g. `docker-machine ls --filter` will complete some filter options like `driver` and `name`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonhartx%2Fdocker-machine-zsh-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonhartx%2Fdocker-machine-zsh-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonhartx%2Fdocker-machine-zsh-completion/lists"}