mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.68k stars 881 forks source link

[Feature request] Allow console title to reflect current download #5687

Closed biggestsonicfan closed 3 weeks ago

biggestsonicfan commented 3 weeks ago

If I'm downloading from a list, sometimes I have to scroll back up to see how many [x/y] items are left. What would be nice is to be able to see that number, as well as the url set as the console's title. This could be a general config option as well so those who do not want it can leave it as a default False.

mikf commented 3 weeks ago

Does the method in https://github.com/mikf/gallery-dl/issues/62#issuecomment-355795542 work for you? On Windows, this might need enabled output.ansi or not work at all.

edit: https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#window-title

biggestsonicfan commented 3 weeks ago

Does the method in https://github.com/mikf/gallery-dl/issues/62#issuecomment-355795542 work for you?

Oh that's actually flawless! Thank you!