Skip to content

Instantly share code, notes, and snippets.

@rfreebern
Created October 4, 2013 15:45
Show Gist options
  • Save rfreebern/6828053 to your computer and use it in GitHub Desktop.
Save rfreebern/6828053 to your computer and use it in GitHub Desktop.
Handy screenshot thing
sudo apt-get install scrot xclip dropbox
scrot -s '%Y-%m-%d_%s-$wx$h.png' -e 'mv $f ~/Dropbox/Public/screenshots && echo -n https://dl.dropbox.com/u/19958133/screenshots/$f | xclip -selection c'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment