ai-usagebar 1.21.1

Omarchy/Waybar widgets + TUI for tracking multi-provider AI plan usage
Documentation
1
2
3
4
5
6
7
8
9
//! System-tray popover (Windows NotifyIcon / macOS menu bar). On other OSes
//! this binary exists so `cargo build --all-targets` stays uniform, and exits
//! with a short message.

#![cfg_attr(windows, windows_subsystem = "windows")]

fn main() {
    std::process::exit(ai_usagebar::tray::run());
}