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
8
9
10
//! Widget binary support: CLI parsing, per-vendor rendering, the always-exit-0
//! wrapper, and the local-testing renderers (`--pretty`, `--watch`, `--json`).
//!
//! The library exposes building blocks here; the actual `main` lives in
//! `src/bin/ai-usagebar.rs`, which is a thin orchestration layer.

pub mod cli;
pub mod pretty;
pub mod render;
pub mod run;