ai-usagebar 1.20.2

Omarchy/Waybar widgets + TUI for tracking multi-provider AI plan usage
Documentation
1
2
3
4
5
6
7
8
//! Windows system-tray popover. 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());
}