sink things
access your dropbox from the comforts of your terminal
$ git clone https://github.com/kyle-verhoog/sink && cd sink
$ python setup.py
$ export PATH=/path/to/sink/sink.py/:$PATH
Hopefully in the future...
$ pip install sink
Examples
$ # Upload some taytay to dropbox
$ cd music/taylor swift/singles
$ sink cd music/taytay
$ sink up bad_blood.mp3
$ # Share your spacemacs configuration
$ cd
$ sink share .spacemacs
Style: see https://www.python.org/dev/peps/pep-0008
Formatter: Google's YAPF
$ pip install yapf
Usage
$ # Apply the formatter to a file in-place (-i)
$ yapf -i --style="pep8" <file.py>
In order to use the Dropbox API you need an OAuth2 token to be generated for your dropbox account. You can generate one for development by creating an app and generating an access token.