DskDitto v0.5.3 Release
Posted by jdefr@reddit | linux | View on Reddit | 2 comments
Hey All. I just released latest the dskDitto. For those who are unaware dskDitto is a simple, blazing fast duplicate file finder and manager written in Go. It has many useful features:
- Very fast. Can crawl SSDs with millions of files in under a minute.
- Display results in a sleek TUI or a Raylib based GUI
- Can perform similarity hashing to determine if files are “nearly duplicate”
- Safely handles deletion and symlink conversion
- UNIX hardlink aware
- Hashing algorithms currently Blake3 and Sha256
- Smart single file duplicate finder.
- Backup and restore any removed duplicates in the event you make a mistake.
More features and performance improvements are coming.
aloobhujiyaay@reddit
Also impressive that you're supporting both a TUI and GUI. That's a nice balancepower users get a fast terminal workflow
Creative_Bedroom_448@reddit
Very cool project. The combination of duplicate detection, similarity hashing, hardlink awareness, and backup/restore makes it feel a lot more practical than the typical "find duplicates and hope for the best" tools.The performance claims are especially interesting. Scanning millions of files in under a minute is the kind of thing that gets attention fast if it holds up across different storage setups. I could see this fitting nicely into larger cleanup and automation workflows alongside tools like runable where keeping storage organized becomes increasingly important.