toktrack 0.1.15 → 0.1.16

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.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Ultra-fast AI CLI token usage tracker. Built with Rust + simd-json + ratatui.
6
6
 
7
- ![toktrack overview](https://raw.githubusercontent.com/mag123c/toktrack/main/image.png)
7
+ ![toktrack overview](https://raw.githubusercontent.com/mag123c/toktrack/main/demo.gif)
8
8
 
9
9
  ## Why toktrack?
10
10
 
@@ -26,7 +26,7 @@ npm install -g toktrack
26
26
  ## Features
27
27
 
28
28
  - **Blazing Fast** - 15x faster than Node.js alternatives (~2 GiB/s throughput)
29
- - **Beautiful TUI** - 4 views (Overview, Models, Daily, Stats) with heatmap
29
+ - **TUI Dashboard** - 4 views (Overview, Models, Daily, Stats) with daily/weekly/monthly breakdown
30
30
  - **Multi-CLI Support** - Claude Code, Codex CLI, Gemini CLI
31
31
  - **CLI Commands** - `daily`, `stats` with JSON output
32
32
  - **Auto Update** - Check for updates on startup
@@ -64,6 +64,7 @@ toktrack stats --json # JSON output
64
64
  | `1-4` | Switch tabs |
65
65
  | `Tab` | Next tab |
66
66
  | `j/k` or `↑/↓` | Scroll |
67
+ | `d/w/m` | Daily / Weekly / Monthly view (Daily tab) |
67
68
  | `?` | Help |
68
69
  | `q` | Quit |
69
70
 
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toktrack",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Ultra-fast AI CLI token usage tracker",
5
5
  "bin": {
6
6
  "toktrack": "./bin/run.js"