| Name | Modified | Size | Downloads | Status |
|---|---|---|---|---|
| Totals: 7 Items | 3.7 kB | 1 | ||
| windows64 | 2013-03-12 | |||
| windows32 | 2013-03-12 | |||
| maccocoa64 | 2013-03-12 | |||
| maccocoa32 | 2013-03-12 | |||
| linux64 | 2013-03-12 | |||
| linux32 | 2013-03-12 | |||
| readme.md | 2013-03-12 | 3.7 kB | 1 |
Unlike other duplicate finders such as Easy Duplicate File Finder, Auslogics Duplicate File Finder, MindGems Fast Duplicate File Finder, Duplicate Cleaner, DupFiles and others, GDuplicateFinder is a FREE cross-platform application, with the ability to search among not just local files, but files on the network, such as a Windows or a Linux share using VFS library.
Taking advantage of Groovy facilities and GPars power to process in parallel, GDuplicateFinder will help you get rid of those duplicates you always wanted to dispose in an easy and friendly way.
If you feel like contributing with code, you can always fork this repo. Gradle will help you configure the Eclipse project for you. You can also suggest improvements.
If you don't feel like coding but want to donate some money, you can do that using paypal.
Required gradle version >= 1.0-rc-1
Requires Java >= 1.6
On root folder GDuplicateFinder run gradle distZip.
Script will automatically detect your system's os.
You can change the os by running gradle -Pos=$osname
where $osname can be one of the following:
windows32, windows64, linux32, linux64, maccocoa32 or maccocoa64.
Requires Java >= 1.6
Get the build corresponding to your system from https://sourceforge.net/projects/gdupfinder/files/ and unzip GDuplicateFinder-2.0.2.zip
On windows run: bin/FileDuplicateFinderUI.bat
If you are on Mac or linux, run: bin/FileDuplicateFinderUI
If you are getting Unable to locate theme engine in module_path: "pixmap" you should install gtk2-engines-pixbuf package.
On an Ubuntu distribution just run sudo apt-get install gtk2-engines-pixbuf