Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { io.Closer CreateWindow() (Window, error) ListWindows() ([]Window, error) SelectMenuItem(item string) error }
App represents an open iTerm2 application
type Session ¶
type Session interface { SendText(s string) error Activate(selectTab, orderWindowFront bool) error SplitPane(opts SplitPaneOptions) (Session, error) }
Session represents an iTerm2 Session which is a pane within a Tab where the terminal is active
type SplitPaneOptions ¶ added in v0.0.3
type SplitPaneOptions struct {
Vertical bool
}
SplitPaneOptions for customizing the new pane session. More options can be added here as needed
Click to show internal directories.
Click to hide internal directories.