TotalDepth.util.RemoveDupeFiles (Remove Duplicate Files)

Scans a directory and removes duplicate files based on their SHA.

TotalDepth.util.RemoveDupeFiles.remove_dupes(path: str, nervous: bool) → Tuple[int, int]

Scans a directory tree removing duplicate files detected by their SHA512.

TotalDepth.util.RemoveDupeFiles.main() → int

Main CLI entry point.