Crates.io | fuzzy_finder |
lib.rs | fuzzy_finder |
version | 0.4.1 |
source | src |
created_at | 2022-01-14 13:35:26.475697 |
updated_at | 2024-04-12 10:51:14.135481 |
description | A fuzzy finding UI for CLI applications written in Rust |
homepage | |
repository | https://github.com/jamescoleuk/fuzzy_finder |
max_upload_size | |
id | 513869 |
size | 82,909 |
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
The design owes a great debt to the wonderful fzf.
fuzzy_finder
was developed for lk, a CLI front-end for bash scripts.