ccstats 0.1.20

Fast Claude Code token usage statistics CLI
ccstats-0.1.20 is not a library.

ccstats

Fast Claude Code token usage statistics CLI.

Installation

Homebrew (macOS/Linux)

brew install majiayu000/tap/ccstats

Cargo binstall (prebuilt binary)

cargo binstall ccstats

Cargo install (from source)

cargo install ccstats

Shell script

curl -fsSL https://raw.githubusercontent.com/majiayu000/ccstats/main/install.sh | sh

Manual download

Download from GitHub Releases.

Usage

# Today's usage
ccstats today

# Daily breakdown
ccstats daily

# Weekly summary
ccstats weekly

# Monthly summary
ccstats monthly

# By project
ccstats project

# By session
ccstats session

# 5-hour billing blocks
ccstats blocks

# With model breakdown
ccstats today -b

# JSON output
ccstats today -j

# Filter by date
ccstats daily --since 20260101 --until 20260131

License

MIT