claude-pace 0.6.2 → 0.7.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 +12 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,25 +13,26 @@ Most statuslines show "you used 60%." That number means nothing without context.
|
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
16
|
-
Requires `jq`.
|
|
16
|
+
Requires `jq`.
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
npx claude-pace
|
|
20
|
-
```
|
|
18
|
+
**Plugin (recommended):**
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
Inside Claude Code:
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
```
|
|
23
|
+
/plugin marketplace add Astro-Han/claude-pace
|
|
24
|
+
/plugin install claude-pace
|
|
25
|
+
/reload-plugins
|
|
26
|
+
/claude-pace:setup
|
|
27
|
+
```
|
|
26
28
|
|
|
27
|
-
**
|
|
29
|
+
**npx:**
|
|
28
30
|
|
|
29
31
|
```bash
|
|
30
|
-
|
|
31
|
-
claude plugin install claude-pace
|
|
32
|
+
npx claude-pace
|
|
32
33
|
```
|
|
33
34
|
|
|
34
|
-
|
|
35
|
+
Restart Claude Code. Done.
|
|
35
36
|
|
|
36
37
|
**Manual:**
|
|
37
38
|
|
|
@@ -54,8 +55,6 @@ Add to `~/.claude/settings.json`:
|
|
|
54
55
|
|
|
55
56
|
Restart Claude Code. Done.
|
|
56
57
|
|
|
57
|
-
</details>
|
|
58
|
-
|
|
59
58
|
To remove: delete the `statusLine` block from `~/.claude/settings.json`.
|
|
60
59
|
|
|
61
60
|
## How It Compares
|