Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 1002 Bytes

File metadata and controls

73 lines (47 loc) · 1002 Bytes

(cli-import)=

tmuxp import

Import and convert workspace configurations from other tmux session managers like teamocil and tmuxinator.

(import-teamocil)=

From teamocil

Import teamocil configuration files and convert them to tmuxp format.

Command

.. argparse::
    :module: tmuxp.cli
    :func: create_parser
    :prog: tmuxp
    :path: import teamocil

Basic usage


```console
$ tmuxp import teamocil /path/to/file.yaml
```


```console
$ tmuxp import teamocil /path/to/file.json
```

(import-tmuxinator)=

From tmuxinator

Import tmuxinator configuration files and convert them to tmuxp format.

Command

.. argparse::
    :module: tmuxp.cli
    :func: create_parser
    :prog: tmuxp
    :path: import tmuxinator

Basic usage


```console
$ tmuxp import tmuxinator /path/to/file.yaml
```


```console
$ tmuxp import tmuxinator /path/to/file.json
```