tokmon 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,31 +4,7 @@ Terminal dashboard for Claude Code usage, costs, and rate limits.
4
4
 
5
5
  Built with [Ink](https://github.com/vadimdemedes/ink), TypeScript.
6
6
 
7
- ```
8
- ◉ tokmon · 2s 02:48:39 AM
9
-
10
- Dashboard Table Tab/←→
11
-
12
- ┃ Claude
13
-
14
- ┃ Today $372.55 614.9M tokens
15
- ┃ This Week $606.23 970.5M tokens
16
- ┃ This Month $1543.48 2.5B tokens
17
-
18
- ┃ Burn rate $132.65/hr
19
-
20
- ┃ Rate Limits
21
-
22
- ┃ Session ━━━━────────────────────────── 13% resets 4h 11m
23
- ┃ Weekly ━━━━━━━━━━━━━───────────────── 44% resets 17h 11m
24
- ┃ Sonnet ━───────────────────────────── 3% resets 2d 20h
25
- ┃ Extra $0.00 / $42.50 limit
26
-
27
- ──────────────────────────────────────────────────
28
- Total $1543.48
29
-
30
- by David Ilie (davidilie.com) · s=settings q=quit
31
- ```
7
+ ![tokmon dashboard](screenshot.png)
32
8
 
33
9
  ## Quick Start
34
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokmon",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Terminal dashboard for Claude Code usage and costs",
5
5
  "type": "module",
6
6
  "bin": {