Skip to content

Instantly share code, notes, and snippets.

@herrriehm
Last active January 9, 2020 09:00
Show Gist options
  • Save herrriehm/0f19220d42eba4ba08630cb0f4f00f58 to your computer and use it in GitHub Desktop.
Save herrriehm/0f19220d42eba4ba08630cb0f4f00f58 to your computer and use it in GitHub Desktop.
dump installed brew formulae to markdown list
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