Logo

Drive-CLI

Get the ability to access Google Drive without leaving your terminal.

Google Drive has become a vital part of our day to day life. As much as non-programmer use it, so do programmers in several situations, where we need not use git/github. Drive-CLI is a command line utility tool for google drive which helps you access, sync, download, upload.. directly to your drive without leaving the command line. The best part being the commands are similar to git cli so that you can easily remember them ? Features 1) view-file :list your files, filter them by name, type. 2) clone :download file/folder from drive using sharing link or file ID and get it linked 3) add_remote :upload existing local file to drive and get it linked 4) rm :remove particular file or folder 5) ls :list put all the files present in the drive of equivalent current directory 6) status :list changes made to local files since last pull or pull 7) pull :get latest changes from drive to local files 8) push :push the changes made in remote to drive Installation Using python installation and package manager pip $ pip install drive-cli Usage * Once installation is done, just use drive and the required command. * Use drive --help for listing all the commands * Use drive [command] --help to list all the options available for each command We're are open to enhancements & bug-fixes ?. Feel free to add issues and submit patches