Skip to content

snikch/go-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-download

Chunked HTTP Download Manager

Example

About

This is a hobby project, not stable software (yet).

Done

  • Basic fixed size chunked http downloading
  • Download configuration based on resource location
  • Resume downloads
  • CLI is separate from the core process (run commands from cli that communicate with core proc)

In Progress

  • Authenticated providers
  • Define process communication protocol
  • Implement RPC over unix sockets
  • Create CLI GUI

TODO

  • Split GUI(s) from core daemon
  • Move core processing to daemonized process
  • Customisable settings
  • Settings persistence
  • Monitor clipboard for url like things
  • Define post processing pipeline via plugs (unzip, unrar, mp4 to itunes etc )

About

Chunked HTTP Downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages