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 1,999
zsh-completions --HEAD 3
Installs on Request (30 days)
zsh-completions 1,988
zsh-completions --HEAD 3
Build Errors (30 days)
zsh-completions 0
Installs (90 days)
zsh-completions 5,837
zsh-completions --HEAD 8
Installs on Request (90 days)
zsh-completions 5,818
zsh-completions --HEAD 8
Installs (365 days)
zsh-completions 27,161
zsh-completions --HEAD 41
Installs on Request (365 days)
zsh-completions 27,063
zsh-completions --HEAD 41
Fork me on GitHub