# PanePlan

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/TmuxWorkspace/Workspace.swift#L154
- **Page:** https://libtmux.org/reference/swift/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.
