A beautifully simple client

drive is a tiny command line client to push or pull files from your Google Drive. It is written in Go and has been battle-tested on 100GB+ accounts.


Installation is easy

You'll need Go 1.3 or higher installed on your system.

go get -u github.com/odeke-em/drive/cmd/drive

Setup and basic useage

Create a folder that will act as your local Google Drive, for example:

mkdir ~/Google\ Drive && cd ~/Google\ Drive
drive init
drive pull
echo "hello" > file.txt
drive push

A sweet suite of features

drive supports 20+ features such as sharing, renaming, and moving files. View the complete documentation in the Readme.


Support

drive is developed by Emmanuel Odeke. For questions or if you run into any issues hop over to the project's GitHub Issues page.