tokentracker-cli 0.3.9 → 0.4.1
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 +7 -0
- package/dashboard/dist/assets/DashboardPage-CSL_afwz.js +20 -0
- package/dashboard/dist/assets/{LandingExtras-B9IdYCfA.js → LandingExtras-C8i8_OxM.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardPage-DW7CMnjR.js → LeaderboardPage-T8OluU3F.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardProfilePage-mAuhFhYv.js → LeaderboardProfilePage-D5ICOqlT.js} +1 -1
- package/dashboard/dist/assets/{MatrixRain-Bfjc_8I0.js → MatrixRain-DNKwhCXo.js} +1 -1
- package/dashboard/dist/assets/{MatrixShell-BpQQnI5A.js → MatrixShell-BZu61EY7.js} +1 -1
- package/dashboard/dist/assets/main-CmTD1xm_.css +1 -0
- package/dashboard/dist/assets/{main-DFYFVRqg.js → main-DGPBnxuf.js} +4 -4
- package/dashboard/dist/assets/{vibeusage-api-BGa0zUOb.js → vibeusage-api-BpxQVR5V.js} +1 -1
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist/share.html +2 -2
- package/package.json +1 -1
- package/dashboard/dist/assets/DashboardPage-4iRwUaHk.js +0 -12
- package/dashboard/dist/assets/main-ByQlanyj.css +0 -1
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ Download `TokenTrackerBar.dmg` from the [latest release](https://github.com/mm78
|
|
|
27
27
|
- Lives in your menu bar — click to see usage stats
|
|
28
28
|
- Auto-syncs data from all supported CLI tools
|
|
29
29
|
- No terminal, no Node.js, no setup required
|
|
30
|
+
- **Clawd pixel companion** — animated menu bar icon with breathing, blinking, and eye tracking
|
|
31
|
+
- **Interactive dashboard buddy** — Clawd reacts to your usage data with 30+ contextual quips, 5 tap animations, and data-driven moods
|
|
30
32
|
|
|
31
33
|
<div align="center">
|
|
32
34
|
<img src="docs/screenshots/menubar.jpeg" alt="Menu Bar App" width="420" />
|
|
@@ -145,6 +147,11 @@ xcodebuild -scheme TokenTrackerBar -configuration Release clean build
|
|
|
145
147
|
|
|
146
148
|
Requires: Xcode 16+, [XcodeGen](https://github.com/yonaskolb/XcodeGen)
|
|
147
149
|
|
|
150
|
+
## Credits
|
|
151
|
+
|
|
152
|
+
Clawd pixel art inspired by [Clawd-on-Desk](https://github.com/Angel2518975237/Clawd-on-Desk) by [@marciogranzotto](https://github.com/marciogranzotto).
|
|
153
|
+
Clawd character design belongs to Anthropic. This is a community project with no official affiliation with Anthropic.
|
|
154
|
+
|
|
148
155
|
## License
|
|
149
156
|
|
|
150
157
|
[MIT](LICENSE)
|