it2 text get-screen

Get screen contents (moved to 'session get-screen')

Synopsis

it2 text get-screen [<session-id>] [flags]

Description

This command has moved to 'session get-screen'. Please use 'it2 session get-screen' instead.

Options

--allow-self

Allow reading screen from the same session (disabled by default for safety)

--color

Include ANSI color codes in output

--escaped

Show escape sequences as visible characters (like cat -v)

--format (default "table")

Output format (table|json|yaml|text)

--poll-interval (default "200ms")

Interval between screen polls when waiting for stability

--timeout (default "5s")

Command timeout

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

iTerm2 WebSocket URL

--wait-stable

Wait until screen is stable (uses --wait-stable-tolerance for timing)

--wait-stable-max-wait (default "10s")

Maximum total time to wait for stability (default: 10s). 0 for no limit

--wait-stable-tolerance (default "normal")

Stability tolerance level: low (500ms), normal (2s), high (5s)

See Also

  • it2 text - Text and buffer operations in iTerm2