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

https://github.com/lex-r/dwl

Simple file downloader 🤪
https://github.com/lex-r/dwl

downloader http transfer-files utility

Last synced: 3 months ago
JSON representation

Simple file downloader 🤪

Awesome Lists containing this project

README

          

# dwl ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/lex-r/dwl) [![Build Status](https://github.com/lex-r/dwl/actions/workflows/go.yml/badge.svg)](https://github.com/lex-r/dwl/actions) [![Coverage Status](https://coveralls.io/repos/github/lex-r/dwl/badge.svg)](https://coveralls.io/github/lex-r/dwl?branch=master)

Simple file downloader.

## Install

```shell
go install github.com/lex-r/dwl@latest
```

## Usage

```shell
dwl --threads=8 --timeout=5s [list of links]
```