it2 color preset list

List available color presets

Synopsis

it2 color preset list

Examples

# List all color presets
$ it2 color preset list
# List with JSON output
$ it2 color preset list --format json
# List and count
$ it2 color preset list | wc -l

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