Skip to content

Thaumy/dup-img-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dup img finder

Find duplicate images by similarity.

Usage

dup-img-finder /PATH/TO/IMAGE/DIR

Configuration will be generated automatically in ~/dif.toml

Currently, the following image formats are supported:

  • GIF
  • JPG (JPEG)
  • PNG
  • BMP
  • WEBP

Build

git clone --depth 1 https://github.com/Thaumy/dup-img-finder.git
cd dup-img-finder
cargo build -r

Install over Nix

  1. Enable NUR

  2. Edit configuration.nix

environment.systemPackages = with pkgs; [
  nur.repos.thaumy.dup-img-finder
];