ai-usagebar 0.4.4

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, and OpenRouter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Anthropic vendor — OAuth-based plan usage via the undocumented
//! `https://api.anthropic.com/api/oauth/usage` endpoint.
//!
//! Mirrors `~/Projects/claudebar/claudebar` line-for-line; see individual
//! submodule headers for the bash references.

pub mod creds;
pub mod fetch;
pub mod oauth;
pub mod types;

pub use fetch::{FetchOutcome, fetch_snapshot};