@henryqw/pi-open-in
v0.1.5
Published
Open the current Pi working directory with a configurable command.
Maintainers
Readme
@henryqw/pi-open-in
Open the current working directory with a configurable command. Default is code.
Install
pi install npm:@henryqw/pi-open-inUse
| Surface | Type | Purpose |
| --- | --- | --- |
| /open | command | Run <command> <current-working-directory>. Works while the agent is busy. |
| /set-open-in | command | Set the command used by /open. |
Config
~/.pi/agent/config/pi-open-in.json
{
"command": "code"
}Remove
pi remove npm:@henryqw/pi-open-inDevelopment
npm test --workspace @henryqw/pi-open-in
npm run typecheck --workspace @henryqw/pi-open-in
npm run pack:check --workspace @henryqw/pi-open-in