Homebrew 软件包包含软件包网页的 URL。例如:
13:38:39 ~ $ brew info atk
atk: stable 2.14.0 (bottled)
http://library.gnome.org/devel/atk/
/usr/local/Cellar/atk/2.12.0 (205 files, 3.5M)
Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/atk.rb
...
是否有命令可以让 Homebrew 在 Web 浏览器中打开 URL,而无需我自己创建 URL?
答案1
是的。命令是brew home <formula>
。