toktrack 0.1.14 → 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
|
-

|
|
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
|
-
- **
|
|
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
|
package/bin/toktrack-darwin-x64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-arm64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|