Homebrew

Information

Find formula or cask

brew search <name>
brew search --cask <name>

Show information for a specific formula or cask

brew info <name>
brew info --cask <name>

Show installed formula excluding dependencies

brew leaves

Show all installed formula or casks including dependencies

brew list
brew list --cask

Show all installed formula with associated dependencies

brew deps --installed

Show all installed formula with associated dependencies in a tree

brew deps --installed --tree

Install

Install formula or cask

Uninstall formula or cask

Temporarily disable an installed formula

Update

Fetch newest Homebrew version and formulae

Upgrade existing outdated formulae or casks

Remove outdated downloads and old installed versions of formulae

Versions

Switch between versions of a formula

Tap

List tapped repositories

Add or remove tap repository

Last updated