m&m

Matchmaker is a fuzzy searcher, powered by nucleo and written in rust.

Features
- Matching with nucleo.
- Declarative configuration which can be sourced from a toml file, or overridden using an intuitive syntax for specifying command line options.
- Interactive preview supports color, scrolling, wrapping, multiple layouts, and even entering into an interactive view.
- FZF-inspired actions.
- Column support: Split input lines into multiple columns, that you can dynamically search, filter, highlight, return etc.
- Available as a rust library to use in your own code.
Library
Matchmaker can also be used as a library.
Example
Here is how to use Matchmaker to select from a list of strings.
use ;
use ;
async
For more information, check out the examples and Architecture.md