From 77f596e23477ec852d1c5f0c73b8240a9e07e0d4 Mon Sep 17 00:00:00 2001 From: lennartlng <305901043+lennartlng@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:36:30 +0200 Subject: [PATCH] docs: add missing week subcommand to README The week command exists in cli.py and is documented in the Usage section, but was missing from the Quick Start subcommand summary and the Files table. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8276ae..6a9c063 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ claude-usage dashboard > Homebrew has disabled installing a formula from an arbitrary raw URL, so tap the repo first (thanks @adrianlungu for the working incantation in #46). -After install, the `claude-usage` command is on your `PATH` and accepts the same subcommands as `python cli.py` (`scan`, `today`, `stats`, `dashboard`). +After install, the `claude-usage` command is on your `PATH` and accepts the same subcommands as `python cli.py` (`scan`, `today`, `week`, `stats`, `dashboard`). ### Any OS (uv tool / pipx) ``` @@ -183,7 +183,7 @@ See [vscode-extension/README.md](vscode-extension/README.md) for settings, comma |------|---------| | `scanner.py` | Parses JSONL transcripts, writes to `~/.claude/usage.db` | | `dashboard.py` | HTTP server + single-page HTML/JS dashboard | -| `cli.py` | `scan`, `today`, `stats`, `dashboard` commands | +| `cli.py` | `scan`, `today`, `week`, `stats`, `dashboard` commands | | `Formula/claude-usage.rb` | Homebrew formula — install with `brew tap phuryn/claude-usage` then `brew install phuryn/claude-usage/claude-usage` | | `vscode-extension/` | VS Code extension — embeds the dashboard inside VS Code | | `Dockerfile` | Container image definition |