#cli-applications #cli #bash #fuzzy #finding #search #user

fuzzy_finder

A fuzzy finding UI for CLI applications written in Rust

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

#263 in Command-line interface

Download history 1/week @ 2024-01-08 4/week @ 2024-02-05 10/week @ 2024-02-12 23/week @ 2024-02-19 35/week @ 2024-02-26 16/week @ 2024-03-04 27/week @ 2024-03-11 22/week @ 2024-03-18 15/week @ 2024-03-25 45/week @ 2024-04-01 243/week @ 2024-04-08 31/week @ 2024-04-15

335 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.8–2.4MB
~31K SLoC