High-performance fuzzy matching library for NeoMutt
This library provides fuzzy string matching capabilities optimized for interactive use in NeoMutt. It's designed to help users quickly find items by typing approximate or abbreviated input.
| File | Description |
|---|---|
| fuzzy/functions.c | Fuzzy functions |
| fuzzy/fuzzy.c | Fuzzy matching dispatcher |
| fuzzy/module.c | Definition of the Fuzzy Module |
| fuzzy/subseq.c | Subsequence fuzzy matching |