@ttigger/claude-status 0.1.0 → 0.1.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 +18 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
<h1 align="center">@ttigger/claude-status</h1>
|
|
2
2
|
|
|
3
|
-
A portable Claude Code statusline HUD — model, project, git, context
|
|
3
|
+
<p align="center">A portable Claude Code statusline HUD — model, project, git, context, and real usage limits, right in your terminal.</p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://www.npmjs.com/package/@ttigger/claude-status"><img src="https://img.shields.io/npm/v/@ttigger/claude-status" alt="npm version"></a>
|
|
7
|
+
<a href="https://github.com/TTigger/claude-status/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/TTigger/claude-status/ci.yml?branch=main&logo=github&label=CI" alt="CI status"></a>
|
|
8
|
+
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/@ttigger/claude-status" alt="node >=18"></a>
|
|
9
|
+
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
|
10
|
+
<a href="https://packagephobia.com/result?p=@ttigger/claude-status"><img src="https://packagephobia.com/badge?p=@ttigger/claude-status" alt="install size"></a>
|
|
11
|
+
</p>
|
|
12
|
+
|
|
13
|
+
<p align="center">
|
|
14
|
+
<img src="./media/demo.svg" width="820" alt="claude-status statusline HUD rendered in a terminal showing model, project, git branch, context, session and weekly usage">
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
npx @ttigger/claude-status install
|
|
19
|
+
```
|
|
4
20
|
|
|
5
21
|
---
|
|
6
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttigger/claude-status",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A portable Claude Code statusline HUD (usage, model, git, context) with 7 styles, a cc launcher, and a config CLI with live preview.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": { "node": ">=18" },
|