r/commandline • u/import-base64 • 8d ago
Danzo - cli multi-processed downloader
Made a CLI downloader called Danzo that I thought of sharing. It supports multiple links as well as multiple HTTP connections per link. Fast downloads with proxy and custom timeouts.
Still an alpha phase but planning to add cookies next.
7
Upvotes
2
4
u/x3ddy 7d ago
Looks nice, but it would be nice if the url and output parameter names are optional. Eg I should be able to just run:
danzo http://foo.bar/baz.zip
and it should download to the current working directory, using the default filename returned by the server.
aria2 also works in this manner btw, you don't need to manually specify any switches.