fuzzy_finder

Crates.iofuzzy_finder
lib.rsfuzzy_finder
version0.4.1
sourcesrc
created_at2022-01-14 13:35:26.475697
updated_at2024-04-12 10:51:14.135481
descriptionA fuzzy finding UI for CLI applications written in Rust
homepage
repositoryhttps://github.com/jamescoleuk/fuzzy_finder
max_upload_size
id513869
size82,909
James Cole (jamescoleuk)

documentation

README

fuzzy_finder

Crates.io

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

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

The design owes a great debt to the wonderful fzf.

History

fuzzy_finder was developed for lk, a CLI front-end for bash scripts.

Commit count: 25

cargo fmt