tokentracker-cli 0.5.42 → 0.5.43

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 +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,6 +52,23 @@ tokentracker status # Check hook status
52
52
  tokentracker doctor # Health check
53
53
  ```
54
54
 
55
+ ### 🍺 Homebrew (macOS)
56
+
57
+ Prefer `brew`? The official tap ships both the CLI formula and the menu bar app cask:
58
+
59
+ ```bash
60
+ # One-time tap (fetches cask + formula metadata)
61
+ brew tap mm7894215/tokentracker
62
+
63
+ # macOS menu bar app (DMG)
64
+ brew install --cask tokentracker
65
+
66
+ # CLI only
67
+ brew install tokentracker
68
+ ```
69
+
70
+ Upgrade with `brew upgrade --cask tokentracker` / `brew upgrade tokentracker`. The tap auto-bumps within an hour of every new release.
71
+
55
72
  ---
56
73
 
57
74
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokentracker-cli",
3
- "version": "0.5.42",
3
+ "version": "0.5.43",
4
4
  "description": "Token usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Kiro, Gemini, OpenCode, OpenClaw)",
5
5
  "main": "src/cli.js",
6
6
  "bin": {