You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`usage` is a macOS menu bar tool that pins your **Codex** usage to the top-right of your screen, while keeping **Claude Code** as an optional integration. Click the icon for a popover showing Session, Weekly, per-project usage (today / 7-day / monthly / all-time), and today's token usage and cost estimate; click Report to generate an all-time HTML report.
13
+
`usage` is a macOS menu bar tool that pins your **Codex** usage to the top-right of your screen, while keeping **Claude Code** as an optional integration. Click the icon for a popover showing Session, Weekly, per-project usage (today / 7-day / monthly / all-time), and today's token usage and cost estimate; click Report for a last-30-days HTML report, or switch Project Usage to All Time before reporting to generate an all-time report.
14
14
15
15
It **never calls the Anthropic / OpenAI API** and **never reads the Keychain**, so it avoids the observer effect of "pinging once a minute counts as usage."
16
16
@@ -229,7 +229,7 @@ Press `Ctrl+C` to exit.
229
229
230
230
## Reports and deep analytics
231
231
232
-
Beyond the menu bar and TUI, the popover's **Report** button generates an **all-time HTML report**. If you want a specific range, the `usage_cli.py` analytics entrypoint can export HTML reports or run an interactive terminal dashboard:
232
+
Beyond the menu bar and TUI, the popover's **Report** button generates an HTML report: All Time project range generates an all-time report, while the other project ranges keep the report on the last 30 days. The `usage_cli.py` analytics entrypoint can also export HTML reports for explicit ranges or run an interactive terminal dashboard:
233
233
234
234
<p align="center">
235
235
<img src="docs/report.en.png" alt="HTML report screen: Your AI Usage Recap" width="520">
@@ -245,7 +245,7 @@ python3 usage_cli.py
245
245
python3 usage_cli.py claude
246
246
python3 usage_cli.py codex
247
247
248
-
# Generate an HTML report and open it in your default browser (default range: all data)
248
+
# Generate an HTML report and open it in your default browser (default range: last 30 days)
249
249
python3 usage_cli.py report
250
250
python3 usage_cli.py report --last30 # last 30 days
0 commit comments