@owloops/claude-powerline 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A beautiful vim-style powerline statusline for Claude Code with real-time cost t
4
4
 
5
5
  ![Language:TypeScript](https://img.shields.io/static/v1?label=Language&message=TypeScript&color=blue&style=flat-square)
6
6
  ![License:MIT](https://img.shields.io/static/v1?label=License&message=MIT&color=blue&style=flat-square)
7
- [![npm version](https://img.shields.io/npm/v/claude-powerline?style=flat-square)](https://www.npmjs.com/package/claude-powerline)
7
+ [![npm version](https://img.shields.io/npm/v/@owloops/claude-powerline?style=flat-square)](https://www.npmjs.com/package/@owloops/claude-powerline)
8
8
 
9
9
  ## Features
10
10
 
@@ -31,7 +31,7 @@ A beautiful vim-style powerline statusline for Claude Code with real-time cost t
31
31
  ### npm (Recommended)
32
32
 
33
33
  ```bash
34
- npm install -g claude-powerline
34
+ npm install -g @owloops/claude-powerline
35
35
  ```
36
36
 
37
37
  ### Install powerline fonts
@@ -42,16 +42,19 @@ For proper arrow display, install powerline fonts:
42
42
  claude-powerline --install-fonts
43
43
  ```
44
44
 
45
- After installation, set your terminal font to:
45
+ After installation, set your terminal font to any powerline-patched font. Popular choices include:
46
46
 
47
47
  - Source Code Pro Powerline
48
48
  - DejaVu Sans Mono Powerline
49
49
  - Ubuntu Mono Powerline
50
+ - Fira Code Powerline
51
+ - Hack Powerline
52
+ - Or any other font with powerline symbols
50
53
 
51
54
  ### From source
52
55
 
53
56
  ```bash
54
- git clone https://github.com/user/claude-powerline.git
57
+ git clone https://github.com/Owloops/claude-powerline.git
55
58
  cd claude-powerline
56
59
  npm install
57
60
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/claude-powerline",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Beautiful vim-style powerline statusline for Claude Code with real-time cost tracking, git integration, and custom themes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",