Skip to main content

CLI client for Google Drive

Project description

Briefly-logo

Drive Cli

made-with-python contributions welcome License: MIT HitCount

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


Inspiration

  • 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 :massage:


Features

  • view-file :list your files, filter them by name,type.
  • clone :download file/folder from drive using sharing link or file ID and get it linked
  • add_remote :upload existing local file to drive and get it linked
  • rm :remove particular file or folder
  • ls :list put all the files present in the drive of equivalent current directory
  • status :list changes made to local files since last pull or pull
  • pull :get latest changes from drive to local files
  • push :push the changes made in remote to drive

Installation

  • For Usage
    #install using pip 
    $ pip uninstall drive-cli
  • For Development
    • clone the repo
        $ git clone https://github.com/nurdtechie98/drive-cli.git
    
    • get your client_secret.json from Oauth. Make sure to enable Drive Api for the project.
    • rename the client secrest as oauth.json and place it inside drive_cli directory.
    • install the package
        # move into package directory
        $ cd drive-cli
        # install package in edit mode
        $ pip install -e . #note the dot
    

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

Uninstalling

    $ pip uninstall drive-cli

Contributing

  • We're are open to enhancements & bug-fixes :smile:.
  • Feel free to add issues and submit patches

Author

Chirag Shetty - nurdtechie98

See also the list of contributors who participated in this project.


License

This project is licensed under the MIT - see the LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drive_cli-1.0.1.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

drive_cli-1.0.1-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page