ratto 0.8.0

Ratatui-powered terminal primitives for shell dashboards: flicker-free repaints, progress bars, prompts, and portable time tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod bar;
pub mod choose;
pub mod completion;
pub mod confirm;
pub mod dashboard;
pub mod date;
pub mod doctor;
pub mod duration;
pub mod filter;
pub mod frame;
pub mod input;
pub mod join;
pub mod log;
pub mod spark;
pub mod spin;
pub mod style;
pub mod table;
pub mod watch;