Fuzzily compare two arrays of names
Finds IMDB ID by movie/series name (fuzzily) and optionally year and type
Tooling for fuzzily rating text according to some query
compute ansi color modes fuzzily with strings
Mongoose fuzzy searching plugin
--- Faster User-Agent to TAL device identification. Based on [bbc/melanite](https://www.npmjs.com/package/melanite)
Paket dibuat oleh Bot GG Team AI
Fuzzy search scripts to be run by npm
CLI wrapper for allekinos.de — look up cinema showtimes across Germany
Eleventy plugin for extracting a plaintext description from template contents
Intelligent permission management for Claude Code hooks
Find and manager your Chrome, Firefox, Safari, Opera and Edge bookmarks using the command-line
An easy way to manage your todos
A tool for searching current dir with fuzzy pinyin power
Run anything from the commandline including desktop files and flatpaks
Large, medium-precision numbers
Simple fuzzy-searching function and command line tool.
Aho–Corasick automaton with fuzzy matching
a probabilistic cryptographic structure for metadata resistant tagging
Round-based social simulation with LLM agents (feeds, votes, run_state.json I/O)
Fuzzy Finder in rust!
Fuzzy Finder in rust!
Multi-strategy parser for messy real-world data. Handles broken JSON, markdown wrappers, and type mismatches.
Fast fuzzy string matching for rails
Fast fuzzy string matching for rails
A Rubygems plugin which adds a 'fuzzy' command which fuzzy-searches for gems and prints information about each match. Options provide precise control over output format, making it friendly both on the command line and in scripts.
FuzzBall is a gem that finds fuzzy matches of a string (the 'needle') within an array of strings (the 'haystack'). It does so via a two-step process: first, it finds candidate strings from the haystack that have high similarity to the needle, then uses a Smith-Waterman algorithm to fuzzily match from these candidates. Strings are returned along with a matching score. Both steps of the search are written in C for greater performance.