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.
This commit is contained in:
2025-12-27 17:00:25 -06:00
parent 9eb11fd025
commit 8b77454d2b
4 changed files with 197 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
function ccu --description 'Check Claude usage (alias for claude-usage)'
claude-usage $argv
end