dotbot-brew icon indicating copy to clipboard operation
dotbot-brew copied to clipboard

Use "brew bundle --verbose" for brewfile directives

Open miguelandres opened this issue 4 years ago • 1 comments

brew bundle shows prettified output with green colors after installing a package and no styling in case of the package being already installed, so it looks great.

brew bundle --verbose shows more details on what is actually going on, in particular on whether a particular package is being installed.

the non-verbose version is prettier but it looks like it's stuck or something on large installs. It doesn't show enough information.

Consider changing this?

miguelandres avatar Jan 12 '21 22:01 miguelandres

@miguelandres Hey. Didn't know about --verbose flag, and seeing how it works, I think it might be a very good default. After all, it kind of works in the same way as brew directive. It shows what's happening :) So I would glad to accept a PR on that.

d12frosted avatar Jan 13 '21 05:01 d12frosted