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
| brewlist () { | |
| if tput setaf 1 &> /dev/null | |
| then | |
| reset=$(tput sgr0) | |
| blue=$(tput setaf 33) | |
| else | |
| reset="\e[0m" | |
| blue="\e[1;34m" | |
| fi | |
| brew leaves | while read bfile |
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
| <key>CFBundleIdentifier</key> | |
| <string>com.apple.AppleScript.SafariURLHelper</string> | |
| <key>CFBundleURLTypes</key> | |
| <array> | |
| <dict> | |
| <key>CFBundleURLName</key> | |
| <string>SafariURLHelper</string> | |
| <key>CFBundleURLSchemes</key> | |
| <array> | |
| <string>http</string> |
OlderNewer