Last active
January 9, 2020 09:00
-
-
Save herrriehm/0f19220d42eba4ba08630cb0f4f00f58 to your computer and use it in GitHub Desktop.
dump installed brew formulae to markdown list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew info --json --installed | jq -r '.[] | "* [" + .name + "](" + .homepage + "): " + .desc' > brew.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment