Files
dotfiles/home/dot_config/fish/functions/ccu.fish
Xevion 8b77454d2b feat: add claude-usage CLI tool with Fish shell aliases
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.
2025-12-27 17:00:25 -06:00

4 lines
100 B
Fish

function ccu --description 'Check Claude usage (alias for claude-usage)'
claude-usage $argv
end