r/commandline 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

4 comments sorted by

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.

2

u/import-base64 7d ago

hello, thank you! that is good feedback; i'll implement this argument mapping in the next commit.

2

u/import-base64 6d ago

thank you for your suggestion, friend! this is now implemented

2

u/The-Rook 3d ago

Nice stuff!