/brew-completion

bash tab completion for homebrew package manager

Primary LanguageShell

Homebrew Completion

Bash completion for the homebrew package manager.

To enable, just source it in your bashrc or profile:

# Brew completion
if [ -f /path/to/brew-completion.sh ]; then
    . /path/to/brew-completion.sh
fi

Completes brew commands, a few brew options and formula names.