Files
pi-skill/commands/tex.md
2026-05-25 16:41:08 +07:00

555 B

description, allowed-tools
description allowed-tools
Open Text Tools — lightweight text manipulation app with stackable operations and diff view
Bash

Open the Text Tools app in the browser. Run this command, replacing the path with the agent-pi repo location from Pi settings:

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."