ai-usagebar 0.16.0

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, OpenRouter, DeepSeek, Kimi, and Antigravity
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;