ublx 0.1.5

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
1
2
3
4
5
6
7
8
9
10
//! Format file content by type for the viewer (markdown, csv, image, json, etc.).

pub mod async_tools;
pub mod csv_handler;
pub mod images;
pub mod markdown;
pub mod pdf_preview;
pub mod pretty_tables;
pub mod syntect_text;
pub mod video_preview;