Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History

SimpleDownloader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple Downloader

A simple downloader written in go.

Preview

run on linux

Usage

Download

Use command:

$ go get -u github.com/iochen/GoSimpleProjects/tree/master/SimpleDownloader

(or download from releases)

Opinions

Usage of simpledownloader:
  -f string
        File(s) that stores the URL.
  -u string
        Url(s) that you want to download.

Examples

$ simpledownloader -f "[filename 1] [filename 2]..." -u "[url 1] [url 2]..."

LICENSE

MIT LICENSE