#bash #cli

fuzzy_finder

A fuzzy finding UI for CLI applications written in Rust

6 releases

0.3.2 Jan 12, 2023
0.3.1 Jan 11, 2023
0.3.0 Sep 16, 2022
0.1.2 Jul 20, 2022
0.1.0 Jan 14, 2022

#239 in Command-line interface

Download history 27/week @ 2023-02-02 31/week @ 2023-02-09 48/week @ 2023-02-16 4/week @ 2023-02-23 21/week @ 2023-03-02 14/week @ 2023-03-09 8/week @ 2023-03-16 8/week @ 2023-03-23 9/week @ 2023-03-30 42/week @ 2023-04-06 13/week @ 2023-04-13 7/week @ 2023-04-20 30/week @ 2023-04-27 38/week @ 2023-05-04 20/week @ 2023-05-11 23/week @ 2023-05-18

112 downloads per month
Used in 3 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

~2MB
~26K SLoC