Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vernoxvernax/gdown-rs
- Owner: Vernoxvernax
- License: mit
- Created: 2024-03-26T17:23:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T22:29:49.000Z (9 months ago)
- Last Synced: 2024-11-05T16:31:24.620Z (about 2 months ago)
- Topics: cli, google-drive, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.