@@ -32,14 +32,19 @@ Install ``tmuxp``:
3232
3333 See: `Quickstart `_
3434
35- tmux bash completion
36- """"""""""""""""""""
35+ CLI Commands
36+ """"""""""""
3737
3838tmuxp uses ``switch-client `` for you if already in a TMUX client.
3939
4040.. code-block :: bash
4141
4242 $ tmuxp attach-session< tab> # current sessions
43+
44+ Kill session
45+
46+ .. code-block :: bash
47+
4348 $ tmuxp kill-session< tab> # current sessions
4449
4550 Load a session configuration from a YAML or JSON file.
@@ -54,7 +59,15 @@ Convert a session config JSON <=> YAML:
5459
5560 $ tmuxp convert< tab> # configs in config dir, current directory
5661
57- See: `installing bash completion `_
62+ Experimental: Import configuration from `teamocil `_ or `tmuxinator `_:
63+
64+ .. code-block :: bash
65+
66+ $ tmuxp import teamocil< tab> # configs in ~/.teamocil dir
67+ $ tmuxp import tmuxinator< tab> # configs in ~/.tmuxinator dir
68+
69+ See `installing bash completion `_ to get bash, zsh and tcsh completion
70+ working on your machine.
5871
5972load tmux sessions from yaml and json
6073"""""""""""""""""""""""""""""""""""""
@@ -65,12 +78,20 @@ Load from ``~/.tmuxp.yaml`` or ``~/.tmuxp.json`` in current directory.
6578
6679 $ tmuxp load .
6780
68- Load ``myconfig.yaml ``.
81+ Load ``myconfig.yaml `` from `` ~/.tmuxp ``
6982
7083.. code-block :: bash
7184
7285 $ tmuxp load myconfig.yaml
7386
87+ Load a relative or full config file (bash complete supports this too)
88+
89+ .. code-block :: bash
90+
91+ $ tmuxp load ./myconfig.yaml
92+ $ tmuxp load ../myconfig.yaml
93+ $ tmuxp load /var/www/mywebproject/myconfig.yaml
94+
7495 ``$ mkdir ~/.tmuxp `` and make a file ``~/.tmuxp/test.yaml ``.
7596
7697.. code-block :: yaml
0 commit comments