https://github.com/qjake/dupe-list
Recursively scans a folder for duplicate files.
https://github.com/qjake/dupe-list
Last synced: about 1 year ago
JSON representation
Recursively scans a folder for duplicate files.
- Host: GitHub
- URL: https://github.com/qjake/dupe-list
- Owner: qJake
- Archived: true
- Created: 2013-08-17T21:12:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-17T21:21:48.000Z (almost 13 years ago)
- Last Synced: 2025-03-06T18:15:24.578Z (over 1 year ago)
- Language: C#
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dupe List
Dupe List is a C# .NET 4 desktop application that scans a folder recursively and prints out a list of files. Selected files can then be individually deleted.
## Run instructions
Download, open with Visual Studio, compile, and run. Requires the .NET 4 Client Profile framework, and Windows XP SP3 and up.
## Planned Features
Feature wishlist includes:
* Choosing algorithm to determine duplicates (with speed delay)
* Supporting images (detecting image similarities based on threshold)
* More filter options on results screen (i.e. "Select first file", "Select all but first file")
* Windows 7/8 taskbar progress integration
## Contributing
Fork it, make improvements (add one of the features above!), commit, and send me a pull request. Easy!