@owloops/claude-powerline 1.23.4 → 1.23.5
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 +6 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,44 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
[](https://github.com/hesreallyhim/awesome-claude-code)
|
|
14
14
|
|
|
15
|
-
### Demo
|
|
16
|
-
|
|
17
15
|
<img src="images/demo-tui.gif" alt="Claude Powerline TUI Mode Demo" width="600"/>
|
|
18
16
|
|
|
19
|
-
_Live demonstration: real-time usage tracking, git integration, and theme showcase_
|
|
20
|
-
|
|
21
|
-
<table>
|
|
22
|
-
<tr>
|
|
23
|
-
<td align="center">
|
|
24
|
-
<img src="images/claude-powerline-dark.png" width="500" alt="Dark Theme"><br>
|
|
25
|
-
<strong>Dark</strong>
|
|
26
|
-
</td>
|
|
27
|
-
<td align="center">
|
|
28
|
-
<img src="images/claude-powerline-light.png" width="500" alt="Light Theme"><br>
|
|
29
|
-
<strong>Light</strong>
|
|
30
|
-
</td>
|
|
31
|
-
</tr>
|
|
32
|
-
<tr>
|
|
33
|
-
<td align="center">
|
|
34
|
-
<img src="images/claude-powerline-nord.png" width="500" alt="Nord Theme"><br>
|
|
35
|
-
<strong>Nord</strong>
|
|
36
|
-
</td>
|
|
37
|
-
<td align="center">
|
|
38
|
-
<img src="images/claude-powerline-tokyo-night.png" width="500" alt="Tokyo Night Theme"><br>
|
|
39
|
-
<strong>Tokyo Night</strong>
|
|
40
|
-
</td>
|
|
41
|
-
</tr>
|
|
42
|
-
<tr>
|
|
43
|
-
<td align="center">
|
|
44
|
-
<img src="images/claude-powerline-rose-pine.png" width="500" alt="Rose Pine Theme"><br>
|
|
45
|
-
<strong>Rose Pine</strong>
|
|
46
|
-
</td>
|
|
47
|
-
<td align="center">
|
|
48
|
-
<img src="images/claude-powerline-custom.png" width="500" alt="Custom Theme"><br>
|
|
49
|
-
<em>Create your own!</em>
|
|
50
|
-
</td>
|
|
51
|
-
</tr>
|
|
52
|
-
</table>
|
|
53
17
|
</div>
|
|
54
18
|
|
|
55
19
|
## Installation
|
|
@@ -82,20 +46,17 @@ Add to your Claude Code `settings.json`:
|
|
|
82
46
|
}
|
|
83
47
|
```
|
|
84
48
|
|
|
85
|
-
Start a Claude session and the statusline appears at the bottom.
|
|
49
|
+
Start a Claude session and the statusline appears at the bottom. Using `npx` automatically downloads and runs the latest version without manual updates.
|
|
86
50
|
|
|
87
|
-
|
|
51
|
+
## Styles
|
|
88
52
|
|
|
89
|
-
|
|
53
|
+
<img src="images/claude-powerline-styles.png" alt="Claude Powerline Styles" width="700">
|
|
90
54
|
|
|
91
|
-
##
|
|
55
|
+
## Themes
|
|
92
56
|
|
|
93
|
-
<img src="images/claude-powerline-
|
|
57
|
+
<img src="images/claude-powerline-themes.png" alt="Claude Powerline Themes" width="700">
|
|
94
58
|
|
|
95
|
-
-
|
|
96
|
-
- **powerline** -- Arrow-shaped separators between segments (best with Nerd Font)
|
|
97
|
-
- **capsule** -- Rounded pill-shaped segments (best with Nerd Font)
|
|
98
|
-
- **tui** -- Bordered panel with responsive multi-line layout. TUI mode is **opinionated**: it always displays all data regardless of segment configuration. Only theme, charset, and budget thresholds are respected.
|
|
59
|
+
6 built-in themes (dark, light, nord, tokyo-night, rose-pine, gruvbox) or [create your own](#configuration).
|
|
99
60
|
|
|
100
61
|
<details>
|
|
101
62
|
<summary><h2>Configuration</h2></summary>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owloops/claude-powerline",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.5",
|
|
4
4
|
"description": "Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|