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.
Files changed (2) hide show
  1. package/README.md +18 -0
  2. 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
  [![npm version](https://img.shields.io/npm/v/tokentracker-cli.svg?color=blue)](https://www.npmjs.com/package/tokentracker-cli)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/tokentracker-cli.svg?color=brightgreen)](https://www.npmjs.com/package/tokentracker-cli)
11
+ [![Homebrew](https://img.shields.io/github/v/release/mm7894215/TokenTracker?label=brew&color=F8B73E&logo=homebrew&logoColor=white)](https://github.com/mm7894215/homebrew-tokentracker)
11
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
12
13
  [![Platform](https://img.shields.io/badge/macOS-supported-lightgrey.svg)](https://www.apple.com/macos/)
13
14
  [![GitHub stars](https://img.shields.io/github/stars/mm7894215/TokenTracker?style=social)](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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokentracker-cli",
3
- "version": "0.5.42",
3
+ "version": "0.5.44",
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": {