On request of Alex , I added the possibility to specify multiple input dirs.

You can add an input directory by clicking the +
button on the top right.
You can remove it again by pressing the -
button next to the directory name.
A dupe instance in a different directory will now show its path to its input dir. Tooltip still shows the full path to be sure.
While I was at it, I had a look at how Github Actions work and implemented a workflow for building and releasing. Now, I can build all platforms without having to spin up the OS and dev env myself. 🎉
I like it very much but, what do you think about adding a few options to the interface? For example, in order of priority:
-n –noempty
excludes empty files, it’s my default setting when I use fdupes
-c –cache
to improve the speed of further analyses)
-G –minsize=SIZE
-L –maxsize=SIZE
sometime useful
Cheers,
Stefano
Hi Stefano,
thanks for your suggestion. I created a github issue for followup:
https://github.com/mx1up/fdupes-gui/issues/15