ShuguangSun / find-dupes-dired

Find dupes and handle them in dired-mode.
GNU General Public License v2.0
5 stars 2 forks source link

MELPA MELPA Stable Build Status License

find-dupes-dired

Find dupes using external command (fdupes/jdupes) and handle them in dired-mode.

Installation

Clone this repository, or install from MELPA. Add the following to your .emacs:

(require 'find-dupes-dired)

It needs "fdupes" in gnu/linux or "jdupes" in Windows, or others by setting find-dupes-dired-program and find-dupes-dired-ls-option.

Run find-dupes-dired. With prefix argument, find dupes in multiple directories.

Reference

Thanks fd-dired and rg. I got some references from them.