Created
October 30, 2019 06:13
-
-
Save oshyshko/3cbb414431f3d20fcd1d095aa32d7d01 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
set -xue | |
# taken from https://stackoverflow.com/a/55445034/107341 | |
brew leaves | xargs brew deps --installed --for-each | sed "s/^.*:/$(tput setaf 4)&$(tput sgr0)/" | |
#brew deps --tree --installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment