rkd77 / elinks

Fork of elinks
Other
349 stars 38 forks source link

How to view downloads? #310

Closed Moult closed 4 months ago

Moult commented 4 months ago

Other browsers have a way to show last downloaded files and open the folder or see where it is downloading to. Is this possible in elinks? If I download in the background with a notification, is there a way to track progress? I see a spinning icon in the bottom right, but is there a feature that shows percentage complete for example?

rkd77 commented 4 months ago

It depends where you store downloaded files. IMO displaying directories is sufficient. So you can bind some key to view download directory in some scripting language. The download manager shows all remaining downloads (with and without notifications). Is usually bound to 'D' key.

Moult commented 4 months ago

Thank you! That's exactly what I'm looking for!