A super simple bash function for opening the source of a URL in BBEdit.
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
| bbcurl () { curl $1 | open -a BBEdit -f; } |
Enhancements/improvements gladly accepted.
I’ve taken a slightly different approach… Thanks for the inspiration! http://medialabcreat[...]dit-service/