tuitab 0.4.2

Terminal tabular data explorer — CSV/JSON/Parquet/Excel/SQLite viewer with filtering, sorting, pivot tables, and charts
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(super) mod aggregator;
pub(super) mod chart;
pub(super) mod clipboard;
pub(super) mod column;
pub(super) mod edit;
pub(super) mod expression;
pub(super) mod io;
pub(super) mod join;
pub(super) mod navigation;
pub(super) mod pivot;
pub(super) mod search;
pub(super) mod selection;
pub(super) mod type_select;