14 lines
402 B
Markdown
14 lines
402 B
Markdown
# DiffSeeker
|
|
|
|
DiffSeeker scans directory trees, records file metadata plus content hashes, and supports cross-volume comparison for:
|
|
- duplicates (same hash + size) across volumes
|
|
- missing files (present on one volume, absent on others by hash+size)
|
|
- suspicious divergences (same name, different size)
|
|
|
|
## Python CLI (mpchunkcfa compatible)
|
|
|
|
Install (editable dev install):
|
|
```bash
|
|
pip install -e .
|
|
|