ai-usagebar 0.7.0

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