Skip to content

Instantly share code, notes, and snippets.

@flashingpumpkin
Forked from leafo/gist:1683661
Created January 26, 2012 18:06
Show Gist options
  • Save flashingpumpkin/1684093 to your computer and use it in GitHub Desktop.
Save flashingpumpkin/1684093 to your computer and use it in GitHub Desktop.
screenshot sharing
#!/bin/bash
scrot '%Y-%m-%d_%H-%M-%S.png' -s -e 'scp $f leaf@leafo.net:www/shotsnb;echo -n "http://leafo.net/shotsnb/$f" | xclip; rm $f'
notify-send -u normal -t 1000 'Screenshot Ready'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment