Skip to content

Commit fba4899

Browse files
hanbu97claude
andcommitted
docs: add logo, badges, and nav links to README header
Professional layout with centered logomark, shields.io badges for crates.io/npm/PyPI/license, benchmark highlight, and section navigation links. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8d15988 commit fba4899

2 files changed

Lines changed: 56 additions & 20 deletions

File tree

README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
1-
# tokenusage (`tu`)
2-
3-
Fast Rust CLI/TUI/GUI token usage tracker for Codex, Claude Code, and Antigravity usage.
4-
5-
[![CI](https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml/badge.svg)](https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml)
6-
[![Release](https://github.com/hanbu97/tokenusage/actions/workflows/release.yml/badge.svg)](https://github.com/hanbu97/tokenusage/actions/workflows/release.yml)
7-
8-
`tu` scans local session logs and gives one merged token + cost view across Codex, Claude, and Antigravity in CLI, live monitor, and GUI.
9-
10-
**Benchmark:** up to **214x faster** than `ccusage` on Claude logs, **138x faster** on Codex logs (warm cache). [See full benchmark](#benchmark-details).
1+
<p align="center">
2+
<img src="assets/branding/tokenusage-logomark.svg" width="128" height="128" alt="tokenusage logo" />
3+
</p>
4+
5+
<h1 align="center">tokenusage</h1>
6+
7+
<p align="center">
8+
<em>Fast Rust CLI/TUI/GUI token usage tracker for Codex, Claude Code, and Antigravity</em>
9+
</p>
10+
11+
<p align="center">
12+
<a href="https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml"><img src="https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
13+
<a href="https://github.com/hanbu97/tokenusage/actions/workflows/release.yml"><img src="https://github.com/hanbu97/tokenusage/actions/workflows/release.yml/badge.svg" alt="Release" /></a>
14+
<a href="https://crates.io/crates/tokenusage"><img src="https://img.shields.io/crates/v/tokenusage?color=orange" alt="crates.io" /></a>
15+
<a href="https://www.npmjs.com/package/tokenusage"><img src="https://img.shields.io/npm/v/tokenusage?color=red" alt="npm" /></a>
16+
<a href="https://pypi.org/project/tokenusage/"><img src="https://img.shields.io/pypi/v/tokenusage?color=blue" alt="PyPI" /></a>
17+
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License" /></a>
18+
</p>
19+
20+
<p align="center">
21+
<strong>214x faster</strong> than ccusage on Claude logs · <strong>138x faster</strong> on Codex logs (warm cache) · <a href="#benchmark-details">See benchmark</a>
22+
</p>
23+
24+
<p align="center">
25+
<a href="#screenshots">Screenshots</a> · <a href="#install">Install</a> · <a href="#quick-start">Quick Start</a> · <a href="#why-tokenusage">Why</a> · <a href="#benchmark-details">Benchmark</a>
26+
</p>
27+
28+
---
1129

1230
## Screenshots
1331

pypi/tu/README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
1-
# tokenusage (`tu`)
2-
3-
Fast Rust CLI/TUI/GUI token usage tracker for Codex, Claude Code, and Antigravity usage.
4-
5-
[![CI](https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml/badge.svg)](https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml)
6-
[![Release](https://github.com/hanbu97/tokenusage/actions/workflows/release.yml/badge.svg)](https://github.com/hanbu97/tokenusage/actions/workflows/release.yml)
7-
8-
`tu` scans local session logs and gives one merged token + cost view across Codex, Claude, and Antigravity in CLI, live monitor, and GUI.
9-
10-
**Benchmark:** up to **214x faster** than `ccusage` on Claude logs, **138x faster** on Codex logs (warm cache). [See full benchmark](#benchmark-details).
1+
<p align="center">
2+
<img src="assets/branding/tokenusage-logomark.svg" width="128" height="128" alt="tokenusage logo" />
3+
</p>
4+
5+
<h1 align="center">tokenusage</h1>
6+
7+
<p align="center">
8+
<em>Fast Rust CLI/TUI/GUI token usage tracker for Codex, Claude Code, and Antigravity</em>
9+
</p>
10+
11+
<p align="center">
12+
<a href="https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml"><img src="https://github.com/hanbu97/tokenusage/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
13+
<a href="https://github.com/hanbu97/tokenusage/actions/workflows/release.yml"><img src="https://github.com/hanbu97/tokenusage/actions/workflows/release.yml/badge.svg" alt="Release" /></a>
14+
<a href="https://crates.io/crates/tokenusage"><img src="https://img.shields.io/crates/v/tokenusage?color=orange" alt="crates.io" /></a>
15+
<a href="https://www.npmjs.com/package/tokenusage"><img src="https://img.shields.io/npm/v/tokenusage?color=red" alt="npm" /></a>
16+
<a href="https://pypi.org/project/tokenusage/"><img src="https://img.shields.io/pypi/v/tokenusage?color=blue" alt="PyPI" /></a>
17+
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License" /></a>
18+
</p>
19+
20+
<p align="center">
21+
<strong>214x faster</strong> than ccusage on Claude logs · <strong>138x faster</strong> on Codex logs (warm cache) · <a href="#benchmark-details">See benchmark</a>
22+
</p>
23+
24+
<p align="center">
25+
<a href="#screenshots">Screenshots</a> · <a href="#install">Install</a> · <a href="#quick-start">Quick Start</a> · <a href="#why-tokenusage">Why</a> · <a href="#benchmark-details">Benchmark</a>
26+
</p>
27+
28+
---
1129

1230
## Screenshots
1331

0 commit comments

Comments
 (0)