bash git clone https://github.com/phuryn/claude-usage cd claude-usage bash macOS/Linux python3 cli.py dashboard # scan + open browser dashboard at http://localhost:8080 python3 cli.py scan # parse JSONL files, populate /.claude/usage.db python3 cli.py today # print today's usage summary by model python3 cli.py stats # print all-time statistics Windows python cli.py dashboard python cli.py scan python cli.py today python cli.py stats json { "type": "assistant", "message": { "model": "claude-sonnet-4-6", "usage": { "input tokens": 1234, "output tokens": 567, "cache creation input tokens": 890,…