Dev
small, standalone fuzzy search / fuzzy filter. browser or node
Fast and tiny fuzzy-search utility
Curated collection of data structures for the JavaScript/TypeScript.
Simple fuzzy search
A tiny, simple, fast fuzzy search library
Fuzzy file/directory search and select prompt for inquirer.
small, standalone fuzzy search / fuzzy filter. browser or node
Tiny but powerful full-text search engine for browser and Node
Fuzzy string matching algorithms and utilities, port of the TheFuzz Python library.
TypeScript definitions for fuzzy-search
Lightweight fuzzy-search
Fuzzy implementation of shallowEqual algoritm
TypeScript definitions for inquirer-fuzzy-path
React Fuzzy Component
React hook for client side fuzzy search using Fuse.js
A fast, accurate and multilingual fuzzy search library.
A tiny, efficient fuzzy matcher that doesn't suck
A collection of string matching algorithms built with React Select in mind
Plugin for Logrocket to mask request/response bodies by designated field names
A nicer interface to autocomplete turbo builds
Tiny and blazing-fast fuzzy search in JavaScript
A small utility to use fuzzy search
Fuzzy string matcher
Fuzzake is a small library to integrate it with your rake file to be able to run rake taks in a fuzzy way.
Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. == Features/Problems: * Reports differences at any level of code. * Adds a score multiplier to identical nodes. * Differences in literal values, variable, class, and method names are ignored. * Differences in whitespace, programming style, braces vs do/end, etc are ignored. * Works across files. * Add the flay-persistent plugin to work across large/many projects. * Run --diff to see an N-way diff of the code. * Provides conservative (default) and --liberal pruning options. * Provides --fuzzy duplication detection. * Language independent: Plugin system allows other languages to be flayed. * Ships with .rb and .erb. * javascript and others will be available separately. * Includes FlayTask for Rakefiles. * Uses path_expander, so you can use: * dir_arg -- expand a directory automatically * @file_of_args -- persist arguments in a file * -path_to_subtract -- ignore intersecting subsets of files/directories * Skips files matched via patterns in .flayignore (subset format of .gitignore). * Totally rad.