-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As the fdupes -S command lists the file size info for duplicates, it would be of great help if the result list (on the left half panel) can be shown with size info like in a file explorer and the user can sort the list with the size info (e.g. from the biggest size to the smallest).
This would be helpful if there are too many duplicated results and the user only wants to delete the large files. Of course the user can delete all the duplicates using the command, but to visually make the "final" manual confirm before deleting might be one of the reasons people would use the GUI - under this circumstance, the user may have to focus only on the large files to save disk space and don't have time to manually double confirm on the small files. Thanks!