tmuxp convert

Convert workspace files between YAML and JSON format.

usage: tmuxp convert [-h] [--yes] workspace-file

Examples

$ tmuxp convert workspace.yaml
$ tmuxp convert workspace.json
$ tmuxp convert -y workspace.yaml

Positional Arguments

workspace-file

checks tmuxp and current directory for workspace files.

Named Arguments

--yes, -y

always answer yes

Default: False

Usage

$ tmuxp convert /path/to/file.yaml
$ tmuxp convert /path/to/file.json

tmuxp automatically will prompt to convert .yaml to .json and .json to .yaml.