Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.55 KB

README.md

File metadata and controls

69 lines (41 loc) · 1.55 KB

keg

homebrew-keg

Issues License

homebrew-keg is a tiny external command for the Homebrew package manager that opens the keg directory for a formula in a Finder window or prints the keg path to the shell.


Getting started

Installation

Install with Homebrew:

brew tap marcransome/keg

Opening a keg

To open the keg for a locally installed formula in a Finder window:

brew keg <formula>

For example:

brew keg flog

Which opens the keg directory for the flog formula:

finder

Print the keg path

To print the keg path for a formula:

brew keg --path <formula>

For example:

brew keg --path flog

Prints:

/usr/local/Cellar/flog/1.5.0

Acknowledgements

License

homebrew-keg is provided under the terms of the MIT License.

Contact

Email me at [email protected] or create an issue.