mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
Implements a fast Bun-based CLI utility to check Claude API rate limit usage by reading OAuth credentials and making a minimal API request to extract rate limit headers. Provides three Fish shell aliases (cu, ccu, usage) for convenient access to the claude-usage command.
4 lines
100 B
Fish
4 lines
100 B
Fish
function ccu --description 'Check Claude usage (alias for claude-usage)'
|
|
claude-usage $argv
|
|
end
|