8000 tmuxp/docs/cli/convert.md at master · tmux-python/tmuxp · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 496 Bytes

File metadata and controls

36 lines (24 loc) · 496 Bytes

(cli-convert)=

tmuxp convert

Convert workspace configuration files between YAML and JSON formats.

Command

.. argparse::
    :module: tmuxp.cli
    :func: create_parser
    :prog: tmuxp
    :path: convert

Basic usage


```console
$ tmuxp convert /path/to/file.yaml
```


```console
$ tmuxp convert /path/to/file.json
```

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

0