An open API service indexing awesome lists of open source software.

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)

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