pi-powerline 0.2.1 → 0.2.3
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 +2 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Powerline-style UI extensions for [pi](https://github.com/badlogic/pi-mono): custom editor, breadcrumb, footer, and header.
|
|
4
4
|
|
|
5
|
+
Highly inspired by [pi-powerline-footer](https://github.com/nicobailon/pi-powerline-footer).
|
|
6
|
+
|
|
5
7
|

|
|
6
8
|
|
|
7
9
|
## Install
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-powerline",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Powerline-style UI extensions for pi coding agent (custom editor, breadcrumb, footer, header)",
|
|
5
|
+
"homepage": "https://github.com/jwu/pi-powerline#readme",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/jwu/pi-powerline.git"
|
|
9
|
+
},
|
|
5
10
|
"type": "module",
|
|
6
11
|
"files": [
|
|
7
12
|
"index.ts",
|
|
@@ -26,7 +31,7 @@
|
|
|
26
31
|
"test:bun": "bun test",
|
|
27
32
|
"format": "prettier --write '**/*.ts'",
|
|
28
33
|
"format:check": "prettier --check '**/*.ts'",
|
|
29
|
-
"prepare": "husky"
|
|
34
|
+
"prepare": "husky || true"
|
|
30
35
|
},
|
|
31
36
|
"pi": {
|
|
32
37
|
"extensions": [
|