it2 session restore
Restore a buried session
Synopsis
it2 session restore [session-id] [flags]
Description
Restore (disinter/unbury) a buried session, making it visible again.
This command brings a buried session back into the visible tab structure.
The session will be restored to a new split pane in the current window.
Options
-
--format(default "table") - Output format (table|json|yaml|text)
-
--timeout(default "5s") - Command timeout
-
--url(default "ws://localhost:1912") - iTerm2 WebSocket URL
Aliases
disinter, unbury
See Also
- it2 session - Manage iTerm2 sessions
Examples
# Restore a buried session
$ it2 session restore abc123
# Restore with JSON output
$ it2 session restore --format json abc123
# Using alias
$ it2 session disinter abc123