|
|
||
|---|---|---|
| python | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| pyproject.toml | ||
README.md
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):
pip install -e .