Skip to content

Commit aef8b8e

Browse files
committed
documented changes in CHANGES and README file
1 parent c9c2910 commit aef8b8e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Here you can find the recent changes to tmuxp
66

77
current
88
-------
9+
- :issue:`589` added option for the the confirm command to auto-confirm the prompt.
910
- :issue:`623` Move docs from RTD to self-serve site
1011
- :issue:`623` Modernize Makefiles
1112
- :issue:`623` New development docs

README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,28 @@ Snapshot your tmux layout, pane paths, and window/session names.
105105
106106
See more about `freezing tmux`_ sessions.
107107

108+
109+
Convert a session file
110+
----------------------
111+
112+
Convert a session file from yaml to json and vice versa.
113+
114+
.. code-block:: sh
115+
116+
$ tmuxp convert filename
117+
118+
This will prompt you for confirmation and shows you the new file that is going
119+
to be written.
120+
121+
122+
You can auto confirm the prompt. In this case no preview will be shown.
123+
124+
.. code-block:: sh
125+
126+
$ tmuxp convert -y filename
127+
$ tmuxp convert --yes filename
128+
129+
108130
Docs / Reading material
109131
-----------------------
110132

0 commit comments

Comments
 (0)