ai-usagebar 0.21.0

Waybar widget + TUI for tracking AI plan usage across multiple providers
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Cursor — premium-request quota read from the local Cursor IDE session
//! token (`state.vscdb`) against the undocumented `cursor.com/api/usage`
//! endpoint the Cursor dashboard itself calls. See `db.rs` for the token
//! source and `fetch.rs`/`types.rs` for the wire call and schema.

pub mod db;
pub mod fetch;
pub mod types;
pub mod vendor;

pub use fetch::{FetchOutcome, fetch_snapshot};