Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 877 Bytes

File metadata and controls

37 lines (26 loc) · 877 Bytes

Tokscope

English | 简体中文

Tokscope is a terminal token monitor for local AI coding tools.

Tokscope 是一个面向本地 AI coding 工具的终端 token 监控器。

Highlights | 特性

  • npx tokscope monitor to launch a live TUI dashboard
  • Exact local usage parsing for Claude and Codex
  • Explicit support-state reporting for Cursor and Antigravity
  • TypeScript codebase with unit tests
  • llmdoc/ included for project context and release workflows

Quick Start | 快速开始

npx tokscope monitor
npx tokscope scan --json
npx tokscope sources

Publish to npm | 发布到 npm

npm install
npm run build
npm publish --access public

Docs | 文档