Skip to content

Instantly share code, notes, and snippets.

@ascarter
Forked from alexkingorg/bbcurl.sh
Created August 19, 2011 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ascarter/1157744 to your computer and use it in GitHub Desktop.
Save ascarter/1157744 to your computer and use it in GitHub Desktop.
View source from a URL in BBEdit
function bbcurl () {
curl $1 | bbedit --new-window +1 -t $1
}
@ascarter
Copy link
Author

This shows the URL as the title, requests a new window (despite what you defaults are), and asks for line 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment