Skip to content

Instantly share code, notes, and snippets.

@scentoni
Created May 5, 2021 17:31
Show Gist options
  • Save scentoni/92a0013452165c598a56492509e08514 to your computer and use it in GitHub Desktop.
Save scentoni/92a0013452165c598a56492509e08514 to your computer and use it in GitHub Desktop.
pretty-print installed brew packages
brew info --json --installed |jq -r '.[] |{name: .name, desc: .desc} |join("\t")' |column -ts $'\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment