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.
- Host: GitHub
- URL: https://github.com/zebp/dino-ranger
- Owner: zebp
- Created: 2021-04-11T01:25:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T01:28:50.000Z (about 4 years ago)
- Last Synced: 2025-04-02T05:49:34.000Z (about 2 months ago)
- Topics: cli, deno, http, typescript
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```