Zsh shell completion script for Docker commands, providing tab-completion for Docker CLI.
docker-zsh-completion is a Zsh shell completion script that provides tab-completion for Docker commands and options. It helps Docker users work more efficiently by offering intelligent command suggestions and reducing typing errors when using the Docker CLI.
Docker users who work with Zsh shell and want to improve their command-line workflow with tab-completion for Docker commands.
It provides a specialized, focused completion script that integrates cleanly with Zsh's completion system, offering better Docker command discovery and reducing CLI friction compared to generic completion solutions.
[OUTDATED] zsh completion for docker; use https://github.com/docker/cli instead
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides intelligent tab-completion for all Docker commands, subcommands, and options, reducing typing and helping discover commands as per the README.
Integrates with Zsh's completion system and supports popular frameworks like Oh My Zsh and Prezto for easy setup.
Allows customization of option stacking behavior via Zsh styles, improving completion flow as demonstrated in the README example.
The README explicitly states it's not kept up-to-date, recommending switching to Docker's official completion, so it lacks updates and bug fixes.
Contributions rely on manually applying patches from Docker's repo, which is complex and error-prone, as described in the README.
Installation instructions may not reflect current best practices, and there's no support for new Docker features or changes.