ublx 0.1.2

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
Documentation
1
2
3
4
5
//! Search and filter helpers: fuzzy catalog filter, duplicate finder, in-pane viewer search.

pub mod catalog_filter;
pub mod dupe_finder;
pub mod viewer_search;