Skip to content

Commit 8697d88

Browse files
committed
Update README with examples
1 parent 68e639e commit 8697d88

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

+18
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@ Save as ``mysession.yaml``. And load:
3535
3636
$ tmuxp load ./mysession.yaml
3737
38+
Sessions in ``~/.tmuxp/`` can use names:
39+
40+
.. code-block::
41+
42+
$ tmuxp load mysession
43+
44+
Projects with ``.tmuxp.yaml`` or ``.tmuxp.json`` load via directory:
45+
46+
.. code-block::
47+
48+
$ tmuxp load path/to/my/project/
49+
50+
Load multiple at once (in bg, offer to attach last):
51+
52+
.. code-block::
53+
54+
$ tmuxp load mysession ./another/project/
55+
3856
`simple`_, `very elaborate`_ config examples
3957

4058
Store configs in (``~/.tmuxp``) or include in your project as

0 commit comments

Comments
 (0)