I know i can do something like
## brew info FORMULA_NAME brew info wgetpaste
wgetpaste: stable 2.20 http://wgetpaste.zlin.dk/ Not installed https://github.com/mxcl/homebrew/commits/master/Library/Formula/wgetpaste.rb
Then i can follow the url to get some info about the formula before installing. Do we have any way to get this info in command line using brew?
Packages are installed according to their formulae, which live in /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula .
Homebrew calls its package definition files “formulae” (British plural for “formula”). Homebrew-Cask calls them “casks”. A cask, just like a formula, is a file written in a Ruby-based DSL that describes how to install something. The Cellar is where Homebrew installs things.
Nope. Homebrew intentionally lets the web sites serve as documentation of the packages, instead of maintaining a separate copy of it.
You can do a brew home <formula>
to fire up a browser from the command line, or brew edit <formula>
to examine the formula's installation instructions themselves in an editor.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With