jhnc / findimagedupes

Finds visually similar or duplicate images
GNU General Public License v3.0
104 stars 8 forks source link

Sort output by Size #5

Closed lamyergeier closed 4 years ago

lamyergeier commented 4 years ago

Does the software sort the output (list of duplicate file paths separated by space) by size (in each line)?

jhnc commented 4 years ago

No, by default it doesn't sort by size.

However, check the --script option. You can edit its output to do whatever you want with duplicates.

For example: findimagedupes -i 'VIEW()(ls -rlS "$@";echo)' -- *.jpg