@henryqw/pi-footer 0.5.1 → 0.5.2
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 +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,17 +56,3 @@ Use Pi fullscreen TUI so Pi handles the custom URI:
|
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
Set this through `/settings`, or launch with `--tui-mode fullscreen`. Then use normal primary click. Regular TUI delegates OSC 8 activation to the terminal; Ghostty uses `Cmd+click` but may not open custom URI schemes.
|
|
59
|
-
|
|
60
|
-
## Remove
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
pi remove npm:@henryqw/pi-footer
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
## Development
|
|
67
|
-
|
|
68
|
-
```bash
|
|
69
|
-
npm test --workspace @henryqw/pi-footer
|
|
70
|
-
npm run typecheck --workspace @henryqw/pi-footer
|
|
71
|
-
npm run pack:check --workspace @henryqw/pi-footer
|
|
72
|
-
```
|