tokentracker-cli 0.5.42 → 0.5.44
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 +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@ Auto-collect token counts from **8 AI coding tools**, aggregate them locally, an
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/tokentracker-cli)
|
|
10
10
|
[](https://www.npmjs.com/package/tokentracker-cli)
|
|
11
|
+
[](https://github.com/mm7894215/homebrew-tokentracker)
|
|
11
12
|
[](https://opensource.org/licenses/MIT)
|
|
12
13
|
[](https://www.apple.com/macos/)
|
|
13
14
|
[](https://github.com/mm7894215/TokenTracker/stargazers)
|
|
@@ -52,6 +53,23 @@ tokentracker status # Check hook status
|
|
|
52
53
|
tokentracker doctor # Health check
|
|
53
54
|
```
|
|
54
55
|
|
|
56
|
+
### 🍺 Homebrew (macOS)
|
|
57
|
+
|
|
58
|
+
Prefer `brew`? The official tap ships both the CLI formula and the menu bar app cask:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
# One-time tap (fetches cask + formula metadata)
|
|
62
|
+
brew tap mm7894215/tokentracker
|
|
63
|
+
|
|
64
|
+
# macOS menu bar app (DMG)
|
|
65
|
+
brew install --cask tokentracker
|
|
66
|
+
|
|
67
|
+
# CLI only
|
|
68
|
+
brew install tokentracker
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Upgrade with `brew upgrade --cask tokentracker` / `brew upgrade tokentracker`. The tap auto-bumps within an hour of every new release.
|
|
72
|
+
|
|
55
73
|
---
|
|
56
74
|
|
|
57
75
|
## ✨ Features
|