@henryqw/pi-open-in 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,10 +10,10 @@ pi install npm:@henryqw/pi-open-in
10
10
 
11
11
  ## Use
12
12
 
13
- | Surface | Purpose |
14
- | --- | --- |
15
- | `/open` | Run `<command> <current-working-directory>`. Works while the agent is busy. |
16
- | `/set-open-in <command>` | Set the command used by `/open`. |
13
+ | Surface | Type | Purpose |
14
+ | --- | --- | --- |
15
+ | `/open` | command | Run `<command> <current-working-directory>`. Works while the agent is busy. |
16
+ | `/set-open-in` | command | Set the command used by `/open`. |
17
17
 
18
18
  ## Config
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-open-in",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Open the current Pi working directory with a configurable command.",
5
5
  "keywords": [
6
6
  "pi-package",