Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 624 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 624 Bytes

findimagedupes License

findimagedupes finds visually similar or duplicate images.

Installation

no longer requires the phash library to be installed

go get github.com/opennota/findimagedupes

Usage

Search for similar images in the ~/Images directory and its subdirectories.

findimagedupes ~/Images

The same but use feh to display the duplicates.

findimagedupes -v feh ~/Images

If no arguments are specified, findimagedupes will print all the available arguments and their default values.