Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentVToscano/553e0655112a07af908eeeb2d41afdcd to your computer and use it in GitHub Desktop.
Save VincentVToscano/553e0655112a07af908eeeb2d41afdcd to your computer and use it in GitHub Desktop.
Listing all Installed Non-Cask Homebrew Formulas
#!/bin/bash
# Listing all Installed Non-Cask Homebrew Formulas
# If you are only looking to get all non-Cask top-level formulas and do not want to install
# a dependency just to obtain said list (e.g.: brew bundle dump). Use the following:
brew leaves | xargs -n1 brew desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment