ai-usagebar 0.20.1

Waybar widget + TUI for tracking AI plan usage across multiple providers
Documentation
1
2
3
4
5
6
7
8
//! TUI binary support — ratatui app with one tab per enabled vendor.

pub mod app;
pub mod context;
pub mod panels;
pub mod settings;
pub mod style;
pub mod view;