it2 tab get-color

Get the current color of a tab

Synopsis

it2 tab get-color [<tab-id>] [flags]

Description

Get the current color of a tab.

Returns the RGB color components (0.0-1.0) and whether tab color is enabled.
If tab color is not enabled, returns an indication that the default color is used.

If no tab ID is provided, the current tab is used.

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