https://github.com/jamescoleuk/fuzzy_finder
A fuzzy finding UI for Rust CLI applications
https://github.com/jamescoleuk/fuzzy_finder
cli rust
Last synced: 11 months ago
JSON representation
A fuzzy finding UI for Rust CLI applications
- Host: GitHub
- URL: https://github.com/jamescoleuk/fuzzy_finder
- Owner: jamescoleuk
- Created: 2022-07-20T18:25:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T10:51:08.000Z (about 2 years ago)
- Last Synced: 2025-07-17T11:31:26.903Z (12 months ago)
- Topics: cli, rust
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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.