adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.43k stars 187 forks source link

More accurate progress indicator #136

Open adrianlopezroche opened 4 years ago

adrianlopezroche commented 4 years ago

Use byte count instead of file count when showing progress indicator percentage, like so:

Progress [F/T] P%:,

where F is the number of files processed, T is the total number of files, and P is the percentage of total bytes processed.