How to get installed formulae list without calling brew list
command?
#248
Unanswered
xareelee
asked this question in
Everyday usage
Replies: 1 comment 4 replies
-
There isn't, brew checks the install location for
You'll need to see if it is symlinked.
You could parse it from
You can check what All of this is significantly more work than |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to write a script to get the full installed formulae list without calling
brew list
. How do I do?Cellar
folder for/usr/local/Cellar
.brew --env
doesn't provideHOMEBREW_CELLAR
path.brew
command?HOMEBREW_CELLAR/{formula}
may contain more than one version.Beta Was this translation helpful? Give feedback.
All reactions