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

https://github.com/zebp/dino-ranger

A tool to download a file in parallel using the range header to increase speeds.
https://github.com/zebp/dino-ranger

cli deno http typescript

Last synced: about 2 months ago
JSON representation

A tool to download a file in parallel using the range header to increase speeds.

Awesome Lists containing this project

README

        

# dino-ranger
A tool to download a file in parallel using the range header to increase speeds.

## Installation
Deno allows for installation of binaries from regular URLS. Run the follwing command to install `dino-ranger`.

```sh
deno install -n dino-ranger --allow-write --allow-net --allow-read https://raw.githubusercontent.com/vlakreeh/dino-ranger/main/mod.ts
```