Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / tmuxinator
Schema registry

tmuxinator

tmuxinator, a tmux session manager

.tmuxinator.yaml.tmuxinator.yml**/.tmuxinator/*.yaml**/.tmuxinator/*.yml**/tmuxinator/*.yaml**/tmuxinator/*.yml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your .tmuxinator.yaml and it validates in your browser — nothing is uploaded.

Validate a .tmuxinator.yaml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
defaultsobject
nameoneOf
project_namestringName of project root (deprecated, use `name`)
rootstring
project_rootstringName of project root (deprecated, use `root`)
socket_namestringOptional tmux socket.
on_project_startoneOfRuns on project start, always.
on_project_first_startoneOfRun on project start, the first time.
on_project_restartoneOfRun on project start, after the first time.
on_project_exitoneOfRun on project exit (detaching from tmux session).
on_project_stoponeOfRun on project stop.
prestringRuns before everything (deprecated).
poststringRuns after everything (deprecated).
rbenvstringSpecify version for rbenv (deprecated)
cli_argsstringPass arguments to tmux (deprecated)
tabsarraySpecify tabs (deprecated)
pre_windowstringRuns in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
tmux_optionsstringPass command line options to tmux. Useful for specifying a different tmux.conf.
tmux_commandstringChange the command to call tmux. This can be used by derivatives/wrappers like byobu.
startup_windowoneOfSpecifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
startup_paneintegerSpecifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
attachbooleanControls whether the tmux session should be attached to automatically. Defaults to true.
default: true
tmux_detachedbooleanDeprecated. Use `attach`
enable_pane_titlesbooleanEnables the display of pane titles.
default: false
pane_title_positionstringConfigures pane title position.
default: "top"
pane_title_formatstringConfigures pane title format.
default: "#{pane_index}: #{pane_title}"
windowsarray

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minLengthJSON Schema Validation, draft 2020-12§6.3.2 — "minLength"
oneOfJSON Schema Core, draft 2020-12§10.2.1.3 — "oneOf"
patternPropertiesJSON Schema Core, draft 2020-12§10.3.2.2 — "patternProperties"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas