fim
fim copied to clipboard
Sort out duplicate results
Hello,
Currently duplicate results are
- sorted by wasted size in decreasing order
- in a format not easily manipulable with standard tools like the unix
sortcommand.
Is it possible to add a --sort option to the fdup sub-command with a parameter that will sort results by
- numbers of files in the duplicated set
- size of individual file in a set
- filepath similarity
Thank you
It's not clear what could mean sorting on "filepath similarity". I have implemented the other sort methods. Not this one.
Thank you for taking this enhancement request into account.
By filepath similarity, I meant a path comparison from the root. e.g.:
/path/to/my/file/ is more similar to /path/to/my/otherfile/ than /path/to/another/file/