https://github.com/amnuts/duplicate-hunter
Hunt down duplicate files on your computer
https://github.com/amnuts/duplicate-hunter
duplicate-detection golang hacktoberfest reactjs wails2
Last synced: 3 months ago
JSON representation
Hunt down duplicate files on your computer
- Host: GitHub
- URL: https://github.com/amnuts/duplicate-hunter
- Owner: amnuts
- Created: 2023-08-20T17:54:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T15:51:33.000Z (over 2 years ago)
- Last Synced: 2025-03-24T16:42:38.849Z (10 months ago)
- Topics: duplicate-detection, golang, hacktoberfest, reactjs, wails2
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duplicate Hunter
## About
This is an application built as a personal project using [wails.io](https://wails.io) and react. It is designed to help you hunt down exact matches of files (using a hash of the file contents) and then delete them and save yourself some disk space.
It's been developed on a Windows machine, but it should work on Linux and Mac, too, but I can offer no guarantees.
Just start up the application, select the directories you want to search, and then click the 'Search' button. It'll then go through all the files in the directories and subdirectories and build up a list of files that have the same content.