From e639a7c07aad0210dae3bb03be1cc637896b9e21 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 17 Sep 2025 06:08:57 -0600 Subject: [PATCH] Added package diffy (#3122) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 0b7c965..33c5350 100644 --- a/packages.json +++ b/packages.json @@ -36184,5 +36184,21 @@ "description": "Minimal Nim library that provides simple access to Windows Volume Shadow Copy Service (VSS)", "license": "MIT", "web": "https://github.com/srozb/nimvss" + }, + { + "name": "diffy", + "url": "https://github.com/elcritch/diffy", + "method": "git", + "tags": [ + "image-search", + "images", + "differences", + "searching", + "ui-automation", + "automation" + ], + "description": "Simple diff and sub-image finder with SIMD based on Pixie", + "license": "Apache-2.0", + "web": "https://github.com/elcritch/diffy" } ]