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

https://github.com/kiiwiiwastaken/dmig


https://github.com/kiiwiiwastaken/dmig

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Download Manager In Go
This is a download manager that I'm making entirely in go.

# Building
`go mod init dmig`

`go build dmig.go`

# TODO
- [x] Ask for url of file to download instead of needing to edit source
- [x] Add progress bar/percentage
- [ ] Have automatic file naming
- [ ] Assume the url is https by default