logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Brew List - Control Package Installations | Online Free DevTools by Hexmos

Control package installations with Brew List. Manage formulae and casks on macOS using command line. View installed packages and dependencies. Free online tool, no registration required.

brew-list

List installed formulae/casks or their files. More information: https://docs.brew.sh/Manpage#list-ls-options-installed_formulainstalled_cask-.

  • List all installed formulae and casks:

brew list

  • List files belonging to an installed formula:

brew list {{formula}}

  • List artifacts of a cask:

brew list {{cask}}

  • List only formulae:

brew list --formula

  • List only casks:

brew list --cask

  • List only pinned formulae:

brew list --pinned

See Also