This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
Releases: laughedelic/brew-completions
Releases · laughedelic/brew-completions
brew-completions v0.2.1
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)
brew-completions v0.1.0
First public release. It supports
- all 75 core brew commands (85 with aliases) and all their options
- official external commands with their subcommands and options:
- besides basic options completion, it also takes into account when some options are mutually exclusive or depend on other options
It is mostly based on the Homebrew documentation: manpage + brew help
, but it also includes several "undocumented" commands, supported by Homebrew.