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
//! Open menu, quick actions menu (spacebar), and lens modal input.

mod lens_handler;
mod open;
mod quick_action;

pub use lens_handler::*;
pub use open::*;
pub use quick_action::*;