Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 596 Bytes

TODO.md

File metadata and controls

23 lines (19 loc) · 596 Bytes

TODO

Below is a rough list of things to be resolved

Functionality

  • 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

Bugs

  • Don't use ioutil.ReadAll() when reading the HTTP content. Instead use an io.Reader() (Fixes Issue 4)

Vulnerabilities

None reported