Skip to content

Instantly share code, notes, and snippets.

@saucecode
Created January 2, 2015 16:18
Show Gist options
  • Save saucecode/1d6ed69f45cc448ab906 to your computer and use it in GitHub Desktop.
Save saucecode/1d6ed69f45cc448ab906 to your computer and use it in GitHub Desktop.
sleep 0.2;
scrot -q 90 -s /home/saucecode/tmp/shot.jpg
SHOT=/home/saucecode/tmp/shot.jpg
OUTPUT=$(curl --silent -sf -F "files[]=@$SHOT" "http://pomf.se/upload.php" | grep -Eo '"url":"[A-Za-z0-9]+.*",' | sed 's/"url":"//;s/",//')
echo http://a.pomf.se/$OUTPUT | xclip -selection "clipboard"
mplayer /home/saucecode/tmp/confirm.wav
@saucecode
Copy link
Author

Bind to a hotkey in Keyboard settings (*ubuntu).
http://a.pomf.se/cepote.jpg

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