it2 session watch

Watch sessions and provide status overview

Synopsis

it2 session watch [flags]

Description

Watch iTerm2 sessions with a real-time dashboard view.

This command provides a dashboard view of sessions and can:

  • Monitor multiple sessions simultaneously
  • Auto-respond to prompts based on patterns
  • Show session activity status
  • Highlight sessions needing attention

Examples:

Watch all sessions

it2 session watch

Filter sessions by name pattern with auto-response

it2 session watch --filter "project-*" --auto-respond

Verbose monitoring with custom interval

it2 session watch --verbose --interval 2

Options

--auto-respond

Enable auto-response for prompts

--filter

Filter sessions by name pattern

--interval (default 5)

Update interval in seconds

--verbose

Show detailed monitoring information

Options inherited from parent commands

--format (default "text")

Output format (text, json, yaml) - affects how command results are displayed

--timeout

Timeout for API operations - how long to wait for iTerm2 to respond

--url

WebSocket URL for iTerm2 API - typically ws://localhost:1912 for local iTerm2

See Also