8 releases

0.4.1 Apr 12, 2024
0.4.0 Apr 12, 2024
0.3.2 Jan 12, 2023
0.3.0 Sep 16, 2022
0.1.0 Jan 14, 2022

#540 in Command-line interface

Download history 20/week @ 2024-12-04 49/week @ 2024-12-11 3/week @ 2024-12-18 4/week @ 2025-01-15 4/week @ 2025-01-29 9/week @ 2025-02-05 13/week @ 2025-02-12 36/week @ 2025-02-19 11/week @ 2025-02-26 7/week @ 2025-03-12

54 downloads per month
Used in 4 crates

MIT/Apache

44KB
514 lines

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.

Dependencies

~1.7–2.3MB
~30K SLoC