List formulas that are manually installed #535
-
Is there a way to list which formulas have been manually installed, as opposed to installed automatically as dependencies? I assume, given the presence of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
-
As an update, I think you can now do
|
Beta Was this translation helpful? Give feedback.
Try
brew bundle dump
. That creates aBrewfile
in the current directory that should include all the formulae you've installed on request. You can also dobrew leaves
to see all the installed formulae that are not dependencies of another currently installed formula.