Skip to content

Instantly share code, notes, and snippets.

@LadyScream
Created January 4, 2019 02:10
Show Gist options
  • Save LadyScream/5c267c6e99d04779d0af47887dd15f64 to your computer and use it in GitHub Desktop.
Save LadyScream/5c267c6e99d04779d0af47887dd15f64 to your computer and use it in GitHub Desktop.
imgur(){ $*|convert label:@- png:-|curl -F "image=@-" -F "key=1913b4ac473c692372d108209958fd15"
http://api.imgur.com/2/upload.xml|grep -Eo "<original>(.)*</original>"
| grep -Eo "http://i.imgur.com/[^<]*";}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment