Initial: pi-skill — 68 skills, 43 extensions, 11 themes for Pi
This commit is contained in:
13
commands/tex.md
Normal file
13
commands/tex.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
description: "Open Text Tools — lightweight text manipulation app with stackable operations and diff view"
|
||||
allowed-tools: ["Bash"]
|
||||
---
|
||||
|
||||
Open the Text Tools app in the browser. Run this command, replacing the path with the agent-pi repo location from Pi settings:
|
||||
|
||||
```bash
|
||||
PI_PKG=$(node -e "const s=JSON.parse(require('fs').readFileSync(require('os').homedir()+'/.pi/agent/settings.json','utf-8'));const p=s.packages.find(p=>p.includes('agent-pi'));console.log(p||'')")
|
||||
open "$PI_PKG/tex/index.html"
|
||||
```
|
||||
|
||||
Report back: "Text Tools opened in browser."
|
||||
Reference in New Issue
Block a user