Ruby workspace examples
libtmux-workspace 0.1.0.alpha.1 · Source
Save this as workspace.yaml:
session_name: workenvironment: PROJECT_MODE: developmentwindows: - window_name: editor window_index: 1 layout: tiled panes: - shell_command: printf 'editor ready\n' - {}Run libtmux-workspace validate workspace.yaml, inspect
libtmux-workspace plan --json workspace.yaml, then pass an owned socket to
load. Relative directories resolve against the configuration file.
The source-owned workspace guide links the installed-package example that checks inert planning, apply, and guarded compensation.