@henryqw/pi-footer 0.5.6 → 0.6.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Statuses from all other extensions, including Ponytail and `pi-rewind`, share th
|
|
|
51
51
|
|
|
52
52
|
## Clickable checkout
|
|
53
53
|
|
|
54
|
-
When
|
|
54
|
+
When `~/.pi/agent/config/pi-open-in/config.json` sets `command` to exactly `code` and Pi reports hyperlink support, the accent-colored checkout name is an OSC 8 `vscode://` link to the current path. A missing file silently uses `code` and gets the same link. Other configured commands and terminals with hyperlinks disabled render plain text.
|
|
55
55
|
|
|
56
56
|
Use Pi fullscreen TUI so Pi handles the custom URI:
|
|
57
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henryqw/pi-footer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Show concise repository, branch, and usage details in the Pi footer.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@henryqw/pi-open-in": "^0.
|
|
48
|
+
"@henryqw/pi-open-in": "^1.0.0"
|
|
49
49
|
}
|
|
50
50
|
}
|