Fuzzy search across all OpenCode conversations — grep session and chat history, find code snippets, and jump to any chat instantly
Fuzzy package script selector for npm/pnpm/yarn/bun workspaces
Read-only full-text search — compact frozen indexes and binary snapshots (Node.js and browser)
TypeScript library for fuzzy date comparisons using EDTF (Extended Date/Time Format)
fuzzy logic with and for typescript and javascript
Scoring-based fuzzy search with Myers Levenshtein distance and radix/tim sort ranking. Part of the ex-* ecosystem.
Interactive file path autocomplete for pi coding agent — arrow-key navigation, fuzzy matching, Tab completion, and the /pick command
Fast fuzzy search for the web — WASM port of the ffuzzy C engine. Five search modes, Unicode, TypeScript, browser + Node.
Local full-text search for documents — runs entirely in the browser, no server, no upload. Zero-config by default: the main WASM core is embedded (~19 KB gzipped), so npm install albex then new AlbexEngine() works in normal bundler setups and Node >=1
Lightweight, blazing-fast in-memory search engine with fuzzy matching, typo tolerance, ranked suggestions, and real-time index updates. Zero dependencies.
Zero dependencies, pure TS, Pi's @ file fzf-style syntax fuzzy finder.
Browser/WebAssembly build of @stll/text-search with the same API and Vite integration helpers.
Multi-engine text search orchestrator for Node.js and Bun. Routes literals, regex, and fuzzy patterns to the right engine automatically.
Zero-dependency TypeScript fuzzy/approximate string matching: Levenshtein, Damerau-Levenshtein, Jaro-Winkler, fuzzy search with ranking. Port of Python rapidfuzz / Go go-fuzzywuzzy.
한글 초성 검색 및 React 훅 지원 라이브러리
Zero-dependency string similarity and distance algorithms: Levenshtein, Jaro-Winkler, Dice/bigram, Jaccard, Hamming, LCS, Soundex, Metaphone — plus bestMatch(). Modern replacement for the archived string-similarity package.