Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Requires JQ
  4.  
  5. brew info --installed --json=v1 | jq -C -r 'map( select(.keg_only == false and (.installed[0].installed_as_dependency == false or .installed[0].installed_as_dependency == null)) ) |
  6. map({(.name): .linked_keg}) | add'
Add Comment
Please, Sign In to add comment