Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync all the things #15

Open
JosuaKrause opened this issue Mar 28, 2016 · 1 comment
Open

Sync all the things #15

JosuaKrause opened this issue Mar 28, 2016 · 1 comment

Comments

@JosuaKrause
Copy link

Might be a cool feature --> having an API for writing modules and converting the current system to those modules.
Then gitobox's job becomes that of a daemon that sync's module A (eg. watchdog) with module B (eg. git). (fully orthogonal ie. could also sync two different places in the file system)

API:

  • get notified
  • fetch data
  • commit data

Might be forgetting something...
Just an idea :)

@remram44
Copy link
Owner

Yes, there is no real reason to only sync Dropbox with Git. You could totally sync Dropbox with Google Drive, Dropbox with another Dropbox, or Git with Git (why would you?!)

The only limitation here is that there is currently only one "working directory" -- Git checks out and commits from the Dropbox folder itself, there is no copy. But I'm sure this is no problem if the API is thought out carefully.

@remram44 remram44 added this to the 1.0 milestone Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants