feat(runner/plugins): implement fuzzy search in wallpapers and clipboard plugins

now the clipboard and the wallpapers runner plugins support fuzzy searching! it's much better than the previous way, as it can match results with characters in-between words and sorted results based on matching score. thanks to fuse.js!
This commit is contained in:
retrozinndev
2025-10-25 10:52:44 -03:00
parent e473344eef
commit 6d6081d530
4 changed files with 83 additions and 33 deletions
+2 -1
View File
@@ -14,6 +14,7 @@
},
"devDependencies": {
"ags": "link:../../../../usr/share/ags/js",
"gnim-utils": "github:retrozinndev/gnim-utils"
"gnim-utils": "github:retrozinndev/gnim-utils",
"fuse.js": "^7.1.0"
}
}