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: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Run the local daemon:
99
99
./build/simdeck daemon start --port 4310
100
100
```
101
101
102
-
Running without a subcommand starts a foreground workspace daemon, prints local and LAN browser URLs, and stops when the command exits. Pass a simulator name or UDID as the only argument to select it by default in the UI. Use `./build/simdeck -d`, `./build/simdeck -k`, and `./build/simdeck -r` as detached start, kill, and restart shortcuts.
102
+
Running without a subcommand starts a foreground workspace daemon, prints local and LAN HTTP URLs, prints a six-digit pairing code for LAN browsers, and stops when the command exits, when you press `q`, or when you press Ctrl-C. Pass a simulator name or UDID as the only argument to select it by default in the UI. Use `./build/simdeck -d`, `./build/simdeck -k`, and `./build/simdeck -r` as detached start, kill, and restart shortcuts.
103
103
104
104
Use software H.264 when macOS screen recording starves the hardware encoder:
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Full documentation lives at [simdeck.nativescript.org](https://simdeck.nativescr
37
37
simdeck
38
38
```
39
39
40
-
This starts a workspace-local foreground daemon, prints local and LAN browser URLs, and stops when you press Ctrl-C.
40
+
This starts a workspace-local foreground daemon, prints local and LAN HTTP URLs plus a pairing code for LAN browsers, and stops when you press`q` or Ctrl-C.
41
41
To focus a specific simulator by name or UDID, pass it as the only argument:
42
42
43
43
```sh
@@ -46,6 +46,7 @@ simdeck "iPhone 17 Pro Max"
46
46
47
47
Use `simdeck ui --open` or `simdeck daemon start` when you want a reusable background daemon instead.
48
48
The no-subcommand lifecycle shortcuts are `simdeck -d` for detached start, `simdeck -k` to kill the background daemon, and `simdeck -r` to restart it.
49
+
The served loopback browser UI receives the generated API access token automatically. LAN browsers pair with the printed code before receiving the API cookie.
49
50
50
51
CLI commands automatically use the same warm daemon:
0 commit comments