This repository was archived by the owner on Mar 14, 2021. It is now read-only.
brew-completions v0.2.0
- Better completions for available formulae using Homebrew cache and Ruby for parsing JSON (see #2):
- it's notably faster than
brew search
- it also provides descriptions for each formula, which is useful when you are choosing what to install
- it's notably faster than
- Completions for available casks should be much faster now, because
brew cask search
doesn't perform online search anymore (see Homebrew/brew#3084)