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
6
7
8
9
10
pub mod core;
pub mod kv_tables;
pub mod marquee;
pub mod overlays;
pub mod panes;
pub mod path_lines;
pub mod scrollable_content;
pub mod viewers;

pub use core::*;