sootsim list

Show every connected browser tab / desktop window, or — with --drivers — enumerate the launch drivers (chromium, electron, playwright, system) along with their availability on the current machine.

terminal

sootsim list [--session <session-id>] [--json]
sootsim list --drivers

Options

flagdescription
--port <number>bridge port (defaults to 7668)
--session <session-id>highlight a specific session in the output
--drivers, -Dlist available launch drivers instead of connected sessions
--jsonemit array of session objects for scripts

Examples

terminal

sootsim list
sootsim list --session tab-6
sootsim list --drivers
sootsim list --json | jq ".[] | select(.active)"

Output Shape

The session list is meant to answer two questions quickly:

  • what shells are connected right now?
  • which one actually loaded the app I care about?

Each session prints its id, loaded target summary, full URL when available, readiness state, and whether it is the current primary session.