add countdown for number of files being copied or moved.
jadedgnome opened this issue · 4 comments
jadedgnome commented
add a switch or operator to tally the number of files and count them in verbose results.
e.g [01/279] files
Deleted user commented
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 ?
jadedgnome commented
Yes , the file count would be useful when not using the global progressbar.
Deleted user commented
Ok, let me clean up the patch to factorize the code when using the global pbar. I'll do that this week-end.
Deleted user commented
Done in v7.2 (f391c6f) Sorry for the delay