https://github.com/noclin/duplicate-scanner
Ultra Fast Duplicate File Scanner Based on Everything (Windows and NTFS only)
https://github.com/noclin/duplicate-scanner
cleaner duplicate duplicate-file-scanner duplicate-files everything
Last synced: 3 months ago
JSON representation
Ultra Fast Duplicate File Scanner Based on Everything (Windows and NTFS only)
- Host: GitHub
- URL: https://github.com/noclin/duplicate-scanner
- Owner: NoCLin
- Created: 2020-02-24T03:42:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T14:12:43.000Z (over 5 years ago)
- Last Synced: 2025-04-05T10:51:10.275Z (6 months ago)
- Topics: cleaner, duplicate, duplicate-file-scanner, duplicate-files, everything
- Language: Python
- Size: 104 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duplicate File Scanner Based on Everything
- Ultra Fast (Based on Everything (NTFS USN, indexes)
- UI Based on Everything *.efu files.## Usage
1. start everything
2. `python duplicates.py [...]`
3. manage files in everything window## strategy
1. group by size OR size+filename (TODO)
2. timestamp (TODO)
3. group by hash of first chunk
3. group by full hash## Thanks
- [Everything](https://www.voidtools.com)
- [Everything CLI](https://www.voidtools.com/zh-cn/support/everything/command_line_interface/)
-
-
- human_bytes_converter.py By Giampaolo Rodola