@zigai/pi-footer 0.1.4 → 0.1.6
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 +3 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This Pi extension replaces Pi's footer with a single compact plain-text status line.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
The footer keeps key session information visible without taking much space:
|
|
6
8
|
|
|
7
9
|
- current working directory
|
|
@@ -15,5 +17,5 @@ The footer keeps key session information visible without taking much space:
|
|
|
15
17
|
## Install
|
|
16
18
|
|
|
17
19
|
```sh
|
|
18
|
-
pi install
|
|
20
|
+
pi install npm:@zigai/pi-footer
|
|
19
21
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zigai/pi-footer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Pi package for a custom footer and worked-for token speed widget.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"footer",
|
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
"pi-coding-agent",
|
|
9
9
|
"pi-extension",
|
|
10
10
|
"pi-package",
|
|
11
|
-
"pi-
|
|
11
|
+
"pi-tweaks"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/zigai/pi-
|
|
13
|
+
"homepage": "https://github.com/zigai/pi-tweaks/tree/main/packages/pi-footer#readme",
|
|
14
14
|
"bugs": {
|
|
15
|
-
"url": "https://github.com/zigai/pi-
|
|
15
|
+
"url": "https://github.com/zigai/pi-tweaks/issues"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"author": "zigai",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/zigai/pi-
|
|
21
|
+
"url": "git+https://github.com/zigai/pi-tweaks.git",
|
|
22
22
|
"directory": "packages/pi-footer"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|