tmuxp import tmuxinator
LibTmux.Workspace 0.0.0-alpha.14 · Source
tmuxp compatibility reference. Examples using tmuxp run the Python reference. Local CLI status describes this port’s implemented coverage.
Translate a tmuxinator workspace into tmuxp configuration, preserving an explicit boundary around dynamic Ruby configuration.
Select an existing sourceLink to section
With project.yml already present in the configured tmuxinator directory:
$ tmuxp import tmuxinator projectTMUXINATOR_CONFIG overrides the source directory and expands a leading tilde.
A source argument is effectively required, and omission exits 2 despite
optional-looking help. The reference previews and saves the transformed document
interactively.
Do not interpret successful YAML parsing as support for ERB templates or arbitrary Ruby execution. Native importers must either implement a documented bridge or reject unsupported dynamic input. Inspect the resulting commands and directories before loading. See environment and output.
An extensionless name searches the configured source directory. A filename with an extension is resolved relative to the current directory unless you provide an explicit path.
Native .NET translationLink to section
tmux-workspace import tmuxinator keeps a shorthand window command list in
one pane, with commands delivered in order. An explicit panes list creates
separate panes; a command list inside one item still belongs to that pane.
Named pane mappings are refused because the native workspace cannot preserve
their titles.
Project pre_window groups join with ; and run in each pane. Window pre
groups join with && before that window’s pane commands and require explicit
nonempty panes. Project pre and launcher lifecycle hooks are refused: their
launcher-shell timing cannot be preserved as pane commands. The importer
accepts rbenv or rvm selectors as a per-pane prefix when no pre_window
group is also selected.
synchronize: true and synchronize: before enable window synchronization
before commands; synchronize: after enables it after initial commands.
false, off and 0 do not enable synchronization through the import.
Before synchronization can broadcast commands to panes created earlier in
the window.
The aliases project_name, project_root, tabs, pre_tab and cli_args
are accepted for name, root, windows, pre_window and tmux_options.
socket_name is preserved. tmux_options accepts only -f PATH, which selects
the tmux configuration file. Other options, conflicting non-null aliases and
unsupported fields are refused before saving. See
native import saving for roots and output.
Arguments and flagsLink to section
| Argument or flags | Arity / default | Choices or meaning |
|---|---|---|
workspace_file | effectively required | nargs="?" belongs to a required exclusive group; omission exits 2. Source lookup honors TMUXINATOR_CONFIG. |
All commands accept -h / --help. Root options precede the command; see the
CLI overview. The output reference
distinguishes current Python flags from native all-command JSON and NDJSON.