ublx 0.1.0

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
pub mod app;
pub mod cli_parser;
pub mod config;
pub mod engine;
pub mod handlers;
pub mod integrations;
pub mod layout;
pub mod modules;
pub mod render;
pub mod themes;
pub mod ui;
pub mod utils;