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
cburn export --format csv # export usage data to CSV or JSON
56
+
cburn status # compact snapshot (today + week + month)
57
+
cburn export --format csv # export usage data (csv or json)
52
58
cburn currency GBP # change display currency
53
59
```
54
60
55
-
For full options, see `cburn --help` or `cburn <subcommand> --help`. The binary is named `cburn` to avoid colliding with the npm `codeburn` package — if you don't have the npm version installed and prefer the full name, alias it.
61
+
Run `cburn --help` or `cburn <subcommand> --help` for full options.
62
+
63
+
The binary is named `cburn` to avoid colliding with the npm `codeburn` package. If you don't have the npm version installed and prefer the full name, add an alias to your shell config:
> Cursor support is currently disabled: Cursor stopped writing per-call token
62
-
> counts to its local `state.vscdb` in early 2026, so any parse of that DB
63
-
> now reports $0 regardless of actual usage. The parser code is retained in
64
-
> case the data layout is restored upstream.
77
+
## Notes
65
78
66
-
Original JS version: (https://github.com/AgentSeal/codeburn).
79
+
> **Cursor support is currently disabled.** Cursor stopped writing per-call token counts to its local `state.vscdb` in early 2026, so parsing that DB now reports $0 regardless of actual usage. The parser code is retained in case the data layout is restored upstream.
0 commit comments