it2 session list-buried

List all buried sessions

Synopsis

it2 session list-buried [flags]

Description

List all sessions that are currently buried (hidden but still running).

Shows session IDs and names of buried sessions that can be restored.

Options

--format (default "table")

Output format (table|json|yaml|text)

--timeout (default "5s")

Command timeout

--url (default "ws://localhost:1912")

iTerm2 WebSocket URL

See Also

Examples

# List buried sessions
$ it2 session list-buried

# List with JSON output
$ it2 session list-buried --format json