brew ls [formula...]

List all installed formulae

Arguments

NameDescription
formula

Options

NameDescription
-d, --debugDisplay any debugging information
-q, --quietMake some output more quiet
-v, --verboseMake some output more verbose
-h, --helpShow help message
--formulaList only formulae, or treat all named arguments as formulae
--caskList only casks, or treat all named arguments as casks
--unbrewedList files in Homebrew's prefix not installed by Homebrew. (disabled; replaced by brew --prefix --unbrewed)
--full-namePrint formulae with fully-qualified names. Unless --full-name, --versions or
--pinnedList only pinned formulae, or only the specified (pinned) formulae if formula are provided
--versionsShow the version number for installed formulae, or only the specified formulae if formula are provided
--multipleOnly show formulae with multiple versions installed
--pinnedList only pinned formulae, or only the specified (pinned) formulae if formula are provided
-1Force output to be one entry per line. This is the default when output is not to a terminal
-lList formulae and/or casks in long format. Has no effect when a formula or cask name is passed as an argument
-rReverse the order of the formulae and/or casks sort to list the oldest entries first. Has no effect when a formula or cask name is passed as an argument
-tSort formulae and/or casks by time modified, listing most recently modified first. Has no effect when a formula or cask name is passed as an argument