Use brew info --json=v2 --installed to get information of installed formuale/casks.
(Replaced for brew info --json=v1 --eval-all, brew info --json=v2 --eval-all, brew list ...)
Use brew tap-info --json --installed to get all formulae/casks in the tap.
Estimated time to run brew init for ~200 formulae, ~30 casks :
Resolve #283 Resolve #282 Related #285
brew info --json=v2 --installed
to get information of installed formuale/casks. (Replaced forbrew info --json=v1 --eval-all
,brew info --json=v2 --eval-all
,brew list ...
)brew tap-info --json --installed
to get all formulae/casks in the tap.Estimated time to run
brew init
for ~200 formulae, ~30 casks :