Skip to content

Instantly share code, notes, and snippets.

@bluesaunders
Last active October 7, 2015 13:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bluesaunders/3170735 to your computer and use it in GitHub Desktop.
Save bluesaunders/3170735 to your computer and use it in GitHub Desktop.
CloudApp direct link Alfred extension
curl `pbpaste` | grep 'id="show-original-link"' | sed 's/^.*<li><a href="//' | sed 's/".*$//' | pbcopy
@bluesaunders
Copy link
Author

Create a workflow with the above command as a /bin/bash script output

Better yet, download the extension here from GitHub (just click to view raw)

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