screencapture-www
screencapture-www copied to clipboard
Adds imgur upload functionality to OS X's builtin Command - Shift - 4 screencapture tool
Two things I like are:
- The
Command
+Shift
+4
shortcut for taking screenshots (OS X). - The world wide web
So why not combine the two? This mini-project turns the screen capture utility on OS X into a lean, mean image uploading machine.
Install
-
sudo mv /usr/sbin/screencapture /usr/sbin/screencapture-bin
-
sudo sh -c 'curl https://raw.github.com/borismus/screencapture-www/master/screencapture > /usr/sbin/screencapture'
-
sudo chmod +x /usr/sbin/screencapture
Uninstall
-
sudo mv /usr/sbin/screencapture-bin /usr/sbin/screencapture