Skip to content

Kyle-Verhoog/sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Made with Spacemacs Gitter

sink

sink things

access your dropbox from the comforts of your terminal

Install

  $ 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

Usage

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

Development

Code Formatting

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>

Tokens

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.

About

sink things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages