Grapple

Build Status

Interruptible, download accelerator, with Basic and Digest Authentication support, written in Rust.

grapple usage

Installation

Installation through cargo

  1. Install Rustup
  2. Run

bash cargo install --git https://github.com/daveallie/grapple

Installing binary manually

  1. Download the zipped binary for your platform from the latest release page.
  2. Copy or symlink the binary to /usr/local/bin or place it on your PATH.

Usage

```text $ grapple --help Grapple 0.3.0 Dave Allie Fast, interruptible file downloader in Rust

USAGE: grapple [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -p, --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 of file to download ```

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Development

  1. Install Vagrant
  2. Navigate to the development directory
  3. Run vagrant up
  4. Run vagrant ssh
  5. Project will be in the ~/grapple folder
  6. Run cargo build to build the source

License

The project is available as open source under the terms of the MIT License.