rcmdnk / homebrew-file

Brewfile manager for Homebrew
http://homebrew-file.readthedocs.io/
MIT License
356 stars 29 forks source link

fix casklist #293

Closed rcmdnk closed 1 month ago

rcmdnk commented 1 month ago

after https://github.com/rcmdnk/homebrew-file/issues/283 casklist does not search the App which is installed directly but has cask. -> could be replaced by tap-info to find casks/formuae. (use brew info <cask/formuale> if necessary)

In addition, it has a problem of brew info --eval-all (Formulae require at least a URL · Issue #258 · hashicorp/homebrew-tap) eval-all option was removed from most of subcommands, but only casklist uses it.

-> eval-all is useful to search cask's artifacts. maybe try eval-all then try other way (which may miss some apps' information but better to write w/o error)