Finally, I have uploaded this little (almost finished :)) project of mine…
cdm
stands for “cursed download manager”. It has curses (text) user interface and key-bindings resembling rtorrent
. cURL library is used as backend (for all actual work – URL crunching, authentification and all protocol handling).
No packages yet (but includes a man page! :)). Below are instructions for downloading sources.
Get tar with latest sources:
git archive --remote=git://orwell.disorder.sk/cdm.git HEAD > cdm.tar
Or clone repository:
git clone git://orwell.disorder.sk/cdm.git
(It's a git repository.)