fpv 0.1.12

A minimal, keyboard-first TUI file previewer with syntax highlighting
Documentation
1
2
3
4
5
6
7
pub mod colors;
pub mod config_warnings;
pub mod event_loop;
pub mod input;
pub mod preview_pane;
pub mod status_bar;
pub mod tree_pane;