# fuzzy_finder
[](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:

It comes with a Lord of the Rings example, which you can run like this:
```
cargo run --example lotr
```
Here's a little demo:
[](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.