your-tools / pycp

cp and mv with a progress bar
MIT License
148 stars 8 forks source link

add countdown for number of files being copied or moved. #5

Closed jadedgnome closed 8 years ago

jadedgnome commented 11 years ago

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

ghost commented 11 years ago

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 11 years ago

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

ghost commented 11 years ago

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

ghost commented 8 years ago

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