You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/dev/features/ipc.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ Every command prints one JSON object. Successful commands return `"ok": true` an
44
44
IPC only listens on `127.0.0.1`, and each rovr instance generates a private token. The target instance still checks `settings.ipc.permissions` for every action.<br/>
45
45
Permissions can be `allow`, `deny`, or `prompt`; unconfigured actions are denied. Subcommands use keys such as `clipboard.paste` and `tab.close`.
46
46
47
+
`prompt` is unavailable for `notify`, `ask`, and `input` commands, which always require user interaction.
48
+
47
49
## Commands
48
50
49
51
### `cd`
@@ -85,6 +87,8 @@ rovr --ipc clipboard list
85
87
}
86
88
```
87
89
90
+
if the user intervenes due to errors, returns with `"ok": false`
91
+
88
92
`list` returns every clipboard entry with its type and whether it is selected:
0 commit comments