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
- Add clearsign support (Fixes Issue 2)
- Don't use ioutil.ReadAll() when reading the HTTP content. Instead use an io.Reader() (Fixes Issue 4)
- GPget likely does not handle query parameters correctly (e.g. http://example.com/mifile.txt?dl=0)
None reported