rcmdnk / homebrew-file

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

use full name for non-core formulae? #294

Open rcmdnk opened 1 month ago

rcmdnk commented 1 month ago

Some non-core formulae's names conflict with core's formulae.

For example:

In this case, if you install hashicorp/tap/packer, brew ls shows packer.

brew ls --full-name shows hashicorp/tap/packer.

Currently, brew-file writes packer only and this will make a wrong condition.