Crates.io | grapple |
lib.rs | grapple |
version | 0.3.1 |
source | src |
created_at | 2018-10-20 02:45:17.773893 |
updated_at | 2018-10-20 02:45:17.773893 |
description | Interruptible, download accelerator, with Basic and Digest Authentication support. |
homepage | https://github.com/daveallie/grapple |
repository | https://github.com/daveallie/grapple |
max_upload_size | |
id | 91610 |
size | 54,728 |
Interruptible, download accelerator, with Basic and Digest Authentication support, written in Rust.
cargo install grapple
/usr/local/bin
or place it on your PATH
.$ grapple --help
Grapple 0.3.0
Dave Allie
Fast, interruptible file downloader in Rust
USAGE:
grapple [OPTIONS] <URI>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-p, --parts <PARTS>
Set part count, defaults to the thread count. Cannot be less than the thread count.
-P, --password <PASSWORD> Password to use in authentication. Overrides password if set in URI.
--thread-bandwidth <THREAD_BANDWIDTH> Per thread bandwidth in kB/s
-t, --threads <THREADS> Set thread count, defaults to 10.
-u, --username <USERNAME> Username to use in authentication. Overrides username in URI.
ARGS:
<URI> URI of file to download
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
vagrant up
vagrant ssh
~/grapple
foldercargo build
to build the sourceThe project is available as open source under the terms of the MIT License.