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,897
zsh-completions --HEAD 2
Installs on Request (30 days)
zsh-completions 1,893
zsh-completions --HEAD 2
Build Errors (30 days)
zsh-completions 0
Installs (90 days)
zsh-completions 5,815
zsh-completions --HEAD 9
Installs on Request (90 days)
zsh-completions 5,800
zsh-completions --HEAD 9
Installs (365 days)
zsh-completions 28,205
zsh-completions --HEAD 42
Installs on Request (365 days)
zsh-completions 28,100
zsh-completions --HEAD 42
Fork me on GitHub