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

https://github.com/andresusanto/easydl-cli

CLI version of EasyDl (https://github.com/andresusanto/easydl)
https://github.com/andresusanto/easydl-cli

cli download-manager downloader easydl

Last synced: about 1 year ago
JSON representation

CLI version of EasyDl (https://github.com/andresusanto/easydl)

Awesome Lists containing this project

README

          

# EasyDl-cli

Demo CLI

A CLI wrapper for [EasyDl](https://github.com/andresusanto/easydl)

### Features

- Resumable download. Stop the download with `CTRL+C`, and resume it later by running the same `dl` command in the same directory.
- Faster download speed with parallel connections

### Installation

```
npm i -g easydl-cli
```

### Usage

```
_____ ____ _
| ____|__ _ ___ _ _| _ \| |
| _| / _` / __| | | | | | | |
| |__| (_| \__ \ |_| | |_| | |___
|_____\__,_|___/\__, |____/|_____|
|___/
Usage: dl url [destination file/folder] [options]

Easily download files with built-in support for resume and parallel downloads.

Options:
-V, --version output the version number
--chunk-size Chunk size in bytes
-c, --connections Number of parallel connections
-C, --clean [location] Clean the given directory from chunk files. Defaults to active directory
-h, --help display help for command
```