greymd / docker-zsh-completion

Zsh completion for docker and docker-compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAST UPDATE:2024-05-19

docker-zsh-completion

Zsh completion for docker and docker-compose. Completion files on the original repositories are automatically imported to this repository every week. The schduled job is running to update them (please refer to GitHub Actions workflow which is used by the batch).

Please follow the following instructions to import completion files (After the instllation, they are registered to zsh's fpath).

Installation

For zplug users:

zplug "greymd/docker-zsh-completion"

For Antigen users:

antigen bundle "greymd/docker-zsh-completion"

Why it is helpful?

It is good to manage completion files with Zsh's plugin managers. Because it is easy to delete particular completion function no longer used. However, plugin managers clone whole repositories for each plugin. Completion file for docker command is in the docker/cli repository. But it has slightly big repository size. It is waste of the disk space to download whole of the repository only for single Zsh completion file. The reason why I made it.

About

Zsh completion for docker and docker-compose.

License:MIT License


Languages

Language:Shell 100.0%