toktrack 2.4.1 → 2.6.0

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
@@ -1,7 +1,6 @@
1
1
  # toktrack
2
2
 
3
3
  [![CI](https://github.com/mag123c/toktrack/actions/workflows/ci.yml/badge.svg)](https://github.com/mag123c/toktrack/actions/workflows/ci.yml)
4
- [![Crates.io](https://img.shields.io/crates/v/toktrack)](https://crates.io/crates/toktrack)
5
4
  [![npm](https://img.shields.io/npm/v/toktrack)](https://www.npmjs.com/package/toktrack)
6
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/mag123c/toktrack/blob/main/LICENSE)
7
6
 
@@ -29,6 +28,13 @@ npx toktrack
29
28
  npm install -g toktrack
30
29
  ```
31
30
 
31
+ ### Homebrew (macOS / Linux)
32
+
33
+ ```bash
34
+ brew tap mag123c/toktrack
35
+ brew install toktrack
36
+ ```
37
+
32
38
  ## Features
33
39
 
34
40
  - **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toktrack",
3
- "version": "2.4.1",
3
+ "version": "2.6.0",
4
4
  "description": "Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI",
5
5
  "bin": {
6
6
  "toktrack": "./bin/run.js"