zsh-completions

Install command:
brew install zsh-completions

Also known as: zsh-completion

Additional completion definitions for zsh

https://github.com/zsh-users/zsh-completions

License: MIT-Modern-Variant AND BSD-3-Clause AND MIT AND Apache-2.0 AND ISC AND NCSA

Formula JSON API: /api/formula/zsh-completions.json

Formula code: zsh-completions.rb on GitHub

Bottle (binary package) installation support provided.

Current versions:

stable 0.35.0
head ⚡️ HEAD
To activate these completions, add the following to your .zshrc:

    if type brew &>/dev/null; then
     FPATH=$(brew --prefix)/share/zsh-completions:$FPATH

     autoload -Uz compinit
     compinit
    fi

You may also need to force rebuild `zcompdump`:

    rm -f ~/.zcompdump; compinit

Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting
to load these completions, you may need to run these commands:

    chmod go-w '$HOMEBREW_PREFIX/share'
    chmod -R go-w '$HOMEBREW_PREFIX/share/zsh'

Analytics:

Installs (30 days)
zsh-completions 3,557
zsh-completions --HEAD 5
Installs on Request (30 days)
zsh-completions 3,550
zsh-completions --HEAD 5
Build Errors (30 days)
zsh-completions 0
Installs (90 days)
zsh-completions 7,908
zsh-completions --HEAD 13
Installs on Request (90 days)
zsh-completions 7,879
zsh-completions --HEAD 13
Installs (365 days)
zsh-completions 26,926
zsh-completions --HEAD 47
Installs on Request (365 days)
zsh-completions 26,824
zsh-completions --HEAD 47
Fork me on GitHub