your-tools / pycp

cp and mv with a progress bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add countdown for number of files being copied or moved.

jadedgnome opened this issue · comments

add a switch or operator to tally the number of files and count them in verbose results.
e.g [01/279] files

Hum. There's a counter if you use the -g option to guess a "global progress bar" on two lines already.

Do you wish to have it also when not using -g ?

Yes , the file count would be useful when not using the global progressbar.

Ok, let me clean up the patch to factorize the code when using the global pbar. I'll do that this week-end.

Done in v7.2 (f391c6f) Sorry for the delay