mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 14:24:09 -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
99 B
Fish
4 lines
99 B
Fish
function cu --description 'Check Claude usage (alias for claude-usage)'
|
|
claude-usage $argv
|
|
end
|