Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stchan/clonefinder
Duplicate file finder for Windows
https://github.com/stchan/clonefinder
Last synced: about 1 month ago
JSON representation
Duplicate file finder for Windows
- Host: GitHub
- URL: https://github.com/stchan/clonefinder
- Owner: stchan
- License: other
- Created: 2011-12-14T06:14:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T23:58:42.000Z (over 1 year ago)
- Last Synced: 2023-10-26T01:18:52.134Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 11 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**CloneFinder** is a duplicate file finder for Windows. Check the [releases](https://github.com/stchan/CloneFinder/releases) page to download a prebuilt MSI package.
**Requirements**
64-bit Windows 8/2012R2 or later.**License**
CloneFinder is MIT X11 licensed.**Command line Usage:**
CloneFinder [-c] [-p] path
Options:
-c, --csv Display results as comma separated values (CSV).
-p, --progress Show progress indicator.Example:
CloneFinder -c c:\temp
Searches for duplicates in c:\temp, and outputs results in CSV format.
**GUI Notes:**
If you resize the window or grid columns, the GUI app will remember the new sizes.
Select "Reset Default Sizes" from the "Tools" menu to reset window and column sizes back to defaults.**Third party components**
- Code from MSDN for a breadth-first directory traversal.
- Free or CC licensed artwork. (Icons (C) 2008 GoSquared Ltd.)
- Installer graphics from Open Clip Art (public domain):
- Amateur Astronomer
- Spyglass**ChangeLog**
2.1.1 - Disabled high DPI scaling (issue #2).
2.1.0 - Package updates. No new functionality.
2.0.1 - Maintenance release. No new functionality.
2.0.0 - Targets .NET 6.0. Single file deployment. No new functionality.
1.2.3 - Targets .NET 4.8. Replaced MD5 with SHA512.
1.2.2 - Fix for issue #1
1.2.1 - Upgrade code changed (GUID was accidentally duplicated from another project)
1.2.0 - Installer is now a WiX project. SQLite upgraded to v1.0.108
1.1.0 - Added command line interface
1.0.2 - Fixes for installer, and icon changes
1.0.1 - First usable public release
1.0.0 - Initial commit to github