2014-02-14 Finding Duplicate Files

I have a ton of files I downloaded to my tablet and I have a ton of files on my external harddisk. How can I ever clean it all up? With Emacs, I have dired, but no easy way to figure out which files have changed – specially if the files are not all in the same directory structure. Based on EmacsWiki:JoeBloggs’ `dired-dups.el` I wrote a new version that did what I wanted it to do.

EmacsWiki:JoeBloggs

Find dired-duplicates.el on GitHub.

dired-duplicates.el on GitHub

Now that I think about it, I guess my code does the exact opposite: it find differences, not duplicates. I should change those names...

(As it turns out, there are still bugs in the code. Ouch.)

​#Emacs