tmuxp convert¶
Convert between YAML and JSON
usage: tmuxp convert [-h] [--yes] workspace-file
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.