Skip to content

costcut report

Show local session usage stats in terminal.

Usage

costcut report [OPTIONS]

Options

Option Default Description
--project PATH . Project path to scan
--since YYYY-MM-DD Only include sessions since this date
--last N 20 Show only last N sessions
--all Show all sessions (ignores --last)

Examples

Show last 20 sessions:

costcut report

Show sessions from last 7 days:

costcut report --since 2026-05-17

Show all sessions:

costcut report --all

Show sessions from a different project:

costcut report --project ../other-project

Output

Terminal table with columns:

  • Date — session date
  • Model — Claude Opus / Sonnet / Haiku
  • Tokens — input + output tokens
  • Cost — USD estimated cost
  • Project — project name