docs: refresh imessage cliPath note
This commit is contained in:
@@ -6,7 +6,7 @@ read_when:
|
|||||||
---
|
---
|
||||||
# iMessage (imsg)
|
# iMessage (imsg)
|
||||||
|
|
||||||
Updated: 2026-01-06
|
Updated: 2026-01-08
|
||||||
|
|
||||||
Status: external CLI integration. Gateway spawns `imsg rpc` (JSON-RPC over stdio).
|
Status: external CLI integration. Gateway spawns `imsg rpc` (JSON-RPC over stdio).
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ stdio stream; `imsg` still runs on the remote macOS host.
|
|||||||
Example wrapper (save somewhere in your PATH and `chmod +x`):
|
Example wrapper (save somewhere in your PATH and `chmod +x`):
|
||||||
```bash
|
```bash
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
exec ssh -T mac-mini "imsg rpc"
|
exec ssh -T mac-mini imsg "$@"
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|||||||
Reference in New Issue
Block a user