erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Feature Request - Remove completed once finished #173

Closed bantern closed 3 years ago

bantern commented 3 years ago

Hello,

Thought it would be handy to have an option to have downloads clear from queue upon completion automatically. Forgive me if it's there and I've somehow missed it.

Thank you!

erickutcher commented 3 years ago

There's an option in the Edit menu that'll let you "Remove Completed" downloads. It's not automated, but it should do the same thing.

uDEV2019 commented 3 years ago

Simply press CTRL+A to mark all entries, then press CTRL+R to remove the entries and as last step press SPACE or ENTER to confirm the removal.

It costs me 1 to 2 seconds

bantern commented 3 years ago

Simply press CTRL+A to mark all entries, then press CTRL+R to remove the entries and as last step press SPACE or ENTER to confirm the removal.

It costs me 1 to 2 seconds

This will have to do. Thank you for the responses, closing issue.