On this page
PanePlan
- Package
- libtmux-swift
- Source
- Sources/TmuxWorkspace/Workspace.swift
-
One pane, and what to run in it.
tmuxp lets a pane be written as a bare string, which means "run this", so that spelling decodes too.
6 declared, 0 inherited
Members
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- encode(to:) method Encodes this value into the given encoder.
- init(from:) method Creates a new instance by decoding from the given decoder.
- init(shellCommands:startDirectory:) method
- shellCommands property What to run in the pane, in order, once it exists.
- startDirectory property Where this pane starts, overriding the window's and the workspace's.