sql-cli 1.68.0

SQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod chord_handler;
pub mod dispatcher;
pub mod indicator;
pub mod mapper;
pub mod sequence_renderer;

pub use chord_handler::{ChordResult, KeyChordHandler};
pub use dispatcher::KeyDispatcher;
pub use indicator::{format_key_for_display, KeyPressIndicator};
pub use mapper::KeyMapper;
pub use sequence_renderer::KeySequenceRenderer;