it2 arrangement import

Import arrangement from file

Synopsis

it2 arrangement import <file>

Description

Import a .iterm2arrangement file using macOS open command.
This will prompt iTerm2 to import the arrangement and make it available in the saved arrangements.

Examples

# Import arrangement file
$ it2 arrangement import layout.iterm2arrangement
# Import from backup
$ it2 arrangement import ~/backups/work.iterm2arrangement
# Import and then restore
$ it2 arrangement import dev.iterm2arrangement && \
$ it2 arrangement restore "dev-layout"
# Import downloaded arrangement
$ it2 arrangement import ~/Downloads/team-layout.iterm2arrangement

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