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

https://github.com/oshosanya/go-dm

CLI download manager built in golang
https://github.com/oshosanya/go-dm

Last synced: 3 months ago
JSON representation

CLI download manager built in golang

Awesome Lists containing this project

README

        

# Go-dm

Go-dm is a download manager written in golang

### Usage:

If you have golang installed, you can clone the repository using

`git clone https://github.com/oshosanya/go-dm.git`

Then run the following inside the directory

`go run main.go download http://url-to-file`

If you are on windows, you can simply run `go-dm.exe` in command prompt

If you are on linux, run

`chmod +x go-dm`

`./go-dm`

in the cloned directory