Closed rcmdnk closed 1 year ago
@rcmdnk how would this be different than what was implemented in #75 ?
installed_on_request
flag in brew info
outputto identify these packages:
brew leaves
brew info <package>
.
From 3.2.0, it can be done directly by brew leaves --installed-on-request
.Now I implemented it in v9.0.13. It makes some commands a little bit faster.
Thank you! I'm switching laptops today and this gave me exactly what I needed.
@DJohnston-Veritas @svdarren
Please note the behavior related to HOMEBREW_BREWFILE_LEAVES
and HOMEBREW_BREWFILE_ON_REQUEST
from v9.0.14.
https://github.com/rcmdnk/homebrew-file/issues/209#issuecomment-1668348571
If you need what you get at v9.0.13 with
HOMEBREW_BREWFILE_LEAVES=0
and HOMEBREW_BREWFILE_ON_REQUEST=1
you need to change the configuration asHOMEBREW_BREWFILE_LEAVES=1
and HOMEBREW_BREWFILE_ON_REQUEST=1
The configuration
HOMEBREW_BREWFILE_LEAVES=0
and HOMEBREW_BREWFILE_ON_REQUEST=1
will work as same as before v9.0.12.
available from 3.2.0 3.2.0 — Homebrew