ublx 0.1.1

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
6
7
8
9
10
11
12
13
14
//! Handler logic for small, named features (search, ublx-settings, theme-selector, dupe-finder, lens).

pub mod enhancer;
pub mod exporter;
pub mod file_ops;
mod finders;
pub mod first_run;
pub mod lenses;
pub mod opener;
pub mod settings;
pub mod theme_selector;
pub mod ublx_switch;

pub use finders::*;