Hacker News new | ask | show | jobs
by seumars 416 days ago
Agreed. Come to think of it Homebrew has pretty bad ergonomics in general. What i want is an overview of compiled binaries, where they are, and what their versions are. That’s it.
1 comments

`brew ls --versions` + `brew list | xargs brew list`

Everything you need is there...