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

https://github.com/hungneox/falcon

Light command line download accelerator written in Golang
https://github.com/hungneox/falcon

accelerator cli download go golang

Last synced: 9 months ago
JSON representation

Light command line download accelerator written in Golang

Awesome Lists containing this project

README

          

# falcon
[![Build Status](https://travis-ci.org/hungneox/falcon.svg?branch=master)](https://travis-ci.org/hungneox/falcon)
## In development

Resumable download accelerator written in Golang

[![asciicast](https://asciinema.org/a/155077.png)](https://asciinema.org/a/155077)

# Installation

Install dependencies with [dep](https://github.com/golang/dep#setup)

```
dep ensure
```

Manual build

```
./bin/buid
```

# Usage

```
falcon [cmd]
```

Here is a list of available commands:

```
Usage:
falcon [command]

Available Commands:
get Download the given url
help Help about any command
resume Resume unfinished task
tasks Listing all unfinished tasks

Flags:
-h, --help help for falcon

Use "falcon [command] --help" for more information about a command.
```

```
./build/falcon get --help
```

```
Download the given url

Usage:
falcon get [url] [flags]

Flags:
-c, --connection int The number of connections (default 4)
-h, --help help for get
```
# LICENSE

[MIT](LICENSE)