diff options
Diffstat (limited to 'net/grive/DESCR')
-rw-r--r-- | net/grive/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/grive/DESCR b/net/grive/DESCR new file mode 100644 index 00000000000..4d2a2af44e6 --- /dev/null +++ b/net/grive/DESCR @@ -0,0 +1,9 @@ +The purpose of this project is to provide an independent open +source implementation of Google Drive client for GNU/Linux. It +uses the Google Document List API to talk to the servers in Google. +The code is written in standard C++. + +Currently as of version 0.2.0, grive can do two-side synchronization +between the Google Drive and local directory. It can download and +upload changed files. New directories in Google Drive and local +directory will also be downloaded/uploaded. |