lsv 0.1.15

Three‑pane terminal file viewer (TUI) with preview and Lua configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod command;
pub mod confirm;
pub mod messages;
pub mod output;
pub mod prompt;
pub mod theme_picker;
pub mod whichkey;

pub use command::draw_command_pane;
pub use confirm::draw_confirm_panel;
pub use messages::draw_messages_panel;
pub use output::draw_output_panel;
pub use prompt::draw_prompt_panel;
pub use theme_picker::draw_theme_picker_panel;
pub use whichkey::draw_whichkey_panel;