Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
Created August 18, 2011 06:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save alexkingorg/1153459 to your computer and use it in GitHub Desktop.
Save alexkingorg/1153459 to your computer and use it in GitHub Desktop.
View source from a URL in BBEdit
bbcurl () { curl $1 | open -a BBEdit -f; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment