Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vernoxvernax/gdown-rs

Google-Drive CLI Downloader written in Rust.
https://github.com/vernoxvernax/gdown-rs

cli google-drive rust

Last synced: about 6 hours ago
JSON representation

Google-Drive CLI Downloader written in Rust.

Awesome Lists containing this project

README

        

# GDown-RS

Google-Drive CLI Downloader written in Rust.

___

**Usage:**
```
gdown
```

+ `--force` overwrite existing files
+ `--check` use the md5 hash to check for file-integrity
+ `--non-recursively` only download files in the root directory
+ `--verbose` print all warning messages
+ `--no-download` don't do any local changes (if you're paranoid to loose something; it's very verbose)
+ `--output-folder` instead of \, use this as the root folder name
+ `--file-id` there is no support for individual files. Use wget

___

This project is very new so there might be problems. Like f.e. rate-limits are currently not handled at all.