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
15
16
mod opts;
mod parallel;
mod paths;
mod profile;
mod streaming;
mod theme;
mod toast;
mod validation;

pub use opts::*;
pub use parallel::*;
pub use paths::*;
pub use profile::*;
pub use streaming::*;
pub use toast::*;
pub use validation::*;