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
- Host: GitHub
- URL: https://github.com/oshosanya/go-dm
- Owner: oshosanya
- Created: 2018-05-16T00:59:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T17:57:03.000Z (about 6 years ago)
- Last Synced: 2024-12-30T02:51:55.712Z (5 months ago)
- Language: Go
- Size: 8.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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