Skip to content

Instantly share code, notes, and snippets.

@mycoboco
Created August 13, 2019 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mycoboco/a5abedc2e4c958bf4a20bef34e21cb05 to your computer and use it in GitHub Desktop.
Save mycoboco/a5abedc2e4c958bf4a20bef34e21cb05 to your computer and use it in GitHub Desktop.
show dependencies of installed brew packages
brew leaves | xargs brew deps --installed --for-each | sed "s/^.*:/$(tput setaf 4)&$(tput sgr0)/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment