picleo 0.1.7

A fuzzy picker similar to fzf and Skim using the Nucleo library. Can be used via CLI or as a library.
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod editing_mode;
pub mod picker;
pub mod search_mode;
pub mod selectable;
pub mod selected_items;
mod ui;