ai-usagebar 0.13.0

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, OpenRouter, DeepSeek, and Kimi
Documentation
1
2
3
4
5
6
7
//! TUI binary support — ratatui app with one tab per enabled vendor.

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