Below is a rough list of things to be resolved
- Improve in memory handling (Fixes Issue 4)
- Improve filename handling
- Support Trust levels
- Document exit codes and make them more explicit
- Show the progress of a current download (Fixes Issue 2)
- Provide packaging scripts for various distros
- rpm
- deb
- portage
- apk
- pacman
- homebrew
- Don't use ioutil.ReadAll() when reading the HTTP content. Instead use an io.Reader() (Fixes Issue 4)
None reported