Skip to content

mispy-archive/dropblame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropblame


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 since lots of physics people use Dropbox as a sort of low-barrier version control.

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.

About

"git blame" for Dropbox files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages