Skip to main content

"git blame" for Dropbox files

Project description

https://badge.fury.io/py/dropblame.svg

A Python command line tool which will convert the revision history of a Dropbox file into a git repository, so you can run git blame or git diff. Suggested by @cgranade.

Installation

pip install dropblame

Usage

drop blame /path/to/Dropbox/file

Syncs Dropbox revisions to a git repo and runs git blame. Any additional arguments will be passed to git blame.

drop cd /path/to/Dropbox/file

Syncs Dropbox revisions to a git repo and then opens a shell there, if you want to run diff or other operations. The commit messages contain Dropbox revision ids.

Notes

The first time you run drop you will be asked for configuration details to connect to Dropbox, which will be stored in ~/.dropblame/config.yml.

Note that this tool can only go back as far as the Dropbox API will allow, which is currently 100 revisions.

I’ve only tested this on Linux so far.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dropblame-0.0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

dropblame-0.0.1-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page