SyncMe is a cross-platform application (Linux, Windows, Mac) written in Qt5 and C++ with the main goal of unify the synchronization of Dropbox and Google Drive platforms into a single application, allowing you to manage all your files easily.
Official blog: SyncMe Blog
Please note that development is very early on and the project is not ready to use yet.
Initial screen (Pre-release 0.2)
Main window (Pre-release 0.2)
Connecting to your Google Drive account (Pre-release 0.2)
Creating a new folder (Pre-release 0.2)
Name | Version |
---|---|
Qt | >= 5.2.0 |
C++ compiler | supporting C++11 (i.e. gcc 4.6+) |
openssl |
See INSTALL.md
- Find a thing to fix/implement in Issues or come up with your own idea, create a discussion issue for it and get a feedback.
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
You can contact me by sending an email to arodriba@ull.edu.es
SyncMe is Open Source licensed under GNU GPLv3.