binocular-cli 0.2.3

Not exactly a telescope, but it's useful sometimes. TUI to search/navigate through files and workspaces.
Documentation
1
2
3
4
5
pub mod exact;
pub mod fuzzy;

pub use exact::spawn_exact_matcher;
pub use fuzzy::{spawn_matcher, MatcherCommand, MatcherState};