Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Created May 8, 2012 11:59
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwilcox/2634456 to your computer and use it in GitHub Desktop.
Save rwilcox/2634456 to your computer and use it in GitHub Desktop.
Download something from the web directly into BBEdit
#!/bin/sh
curl $1 | /usr/local/bin/bbedit
# Call this script like so:
# web2bbedit.sh http://www.barebones.com
# This will open the Bare Bone Software homepage as HTML in BBEdit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment