DskDitto is a tiny utility written in Go that helps identify duplicate/useless files on your machine in only a matter of seconds. It is highly concurrent, and efficient. The project is still in it's infancy so many features are yet to be implemented.
See TODO.txt
WARNING: Although in the future this tool will be cross-platform, I have only been testing/developing it on macOS.
Running the following commands will create a new executable dskDitto
.
$ git clone https://github.com/jdefrancesco/dskDitto && cd dskDitto
$ make
If you want to work on this just let me know. I don't have a ton of time to dedicate to this, and I might get bored of it all together, who knows?