https://github.com/kiiwiiwastaken/dmig
https://github.com/kiiwiiwastaken/dmig
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiiwiiwastaken/dmig
- Owner: kiiwiiwastaken
- License: mit
- Created: 2021-01-03T19:48:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T19:48:57.000Z (over 4 years ago)
- Last Synced: 2024-05-23T05:13:55.635Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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