fuzzy_finder 0.4.1

A fuzzy finding UI for CLI applications written in Rust
Documentation
# fuzzy_finder

[![Crates.io](https://img.shields.io/crates/v/fuzzy_finder.svg)](https://crates.io/crates/fuzzy_finder)

`fuzzy_finder` is a fuzzy finding UI for Rust CLI applications. 

Does your CLI app have a big list of things your users want to search through? If so you might find this library helpful. It looks like this:

![An image showing fuzzy finding through Lord of the Ring characters](examples/example_01.png)

It comes with a Lord of the Rings example, which you can run like this:
```
cargo run --example lotr
```

Here's a little demo:
[![asciicast](https://asciinema.org/a/kXov19ul80aSRmMLgWrleHkL9.png)](https://asciinema.org/a/kXov19ul80aSRmMLgWrleHkL9)

The design owes a great debt to the wonderful [fzf](https://github.com/junegunn/fzf).

## History

`fuzzy_finder` was developed for [lk](https://github.com/jamescoleuk/lk), a CLI front-end for bash scripts.