Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

brew-completions v0.1.0

Compare
Choose a tag to compare
@laughedelic laughedelic released this 20 Aug 18:54
· 16 commits to master since this release

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:
    • bundle: Bundler for non-Ruby dependencies from Homebrew
    • cask: Install macOS applications distributed as binaries
    • services: Integrates Homebrew formulae with macOS's launchctl manager
  • 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.