# PanePlan

- **Package:** TmuxWorkspace
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/TmuxWorkspace/Workspace.swift#L155
- **Page:** https://libtmux.org/en/swift/latest/workspace/reference/paneplan/

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.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `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.
- `init(shellCommands:startDirectory:)` (method)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
- `encode(to:)` (method): Encodes this value into the given encoder.
