nanqinlang-script / gdrive

Google Drive CLI Client Deployer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdrive

build language author license

it's a gdrive client with linux

this script repo is created by @nanqinlang

original project: https://github.com/prasmussen/gdrive

usage

command: { install | upload | download }

this script is currently only support the following function:

install

bash gdrive.sh install
this command is order to install gdrive client and authenticate gdrive account

upload

bash gdrive.sh upload
this command is order to upload file into gdrive root dir
file you want to upload must be in linux's current dir
upload path is only in gdrive root dir

download

bash gdrive.sh download
this command is order to download file from gdrive root dir
file you want to download must be in gdrive root dir
download path is in linux's current dir

About

Google Drive CLI Client Deployer

License:GNU General Public License v3.0


Languages

Language:Go 97.1%Language:Shell 2.9%