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
- Host: GitHub
- URL: https://github.com/hungneox/falcon
- Owner: hungneox
- License: mit
- Created: 2017-12-24T12:49:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T12:41:27.000Z (over 8 years ago)
- Last Synced: 2025-01-01T22:11:40.376Z (over 1 year ago)
- Topics: accelerator, cli, download, go, golang
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# falcon
[](https://travis-ci.org/hungneox/falcon)
## In development
Resumable download accelerator written in Golang
[](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)