Home

Awesome

dropbox-screenshots

OS X LaunchAgent and ruby script to have OSX screenshots automatically upload to Dropbox, with their public URL be copied to clipboard.

Dropbox.app recently added the same feature, but our approach is better:

This was only tested on OSX 10.9, though should also work with 10.8.

Installation

First, get your Dropbox user ID, as follows:

<img src="https://dl.dropbox.com/u/29440342/screenshots/YCOJCG-Screen_Shot_2012.12.8-12.40.53.png" width="50%">

Having done this, simply run the following:

# install dependent terminal-notifier gem
which terminal-notifier || sudo gem install terminal-notifier

# get the code
git clone https://github.com/dergachev/dropbox-screenshots.git ~/code/dropbox-screenshots
cd ~/code/dropbox-screenshots

# run the installer (it will make your screenshots get saved to ~/Dropbox/Public/screenshots)
bash install.sh 12345678     # replace 12345678 with your dropbox user ID

TODO

Dev notes

PlistBuddy