File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Freeze sessions
1313
1414 $ tmuxp freeze < filename>
1515
16+ Tmuxp will offer to convert file to ``.json `` or ``.yaml ``.
17+
1618Import
1719""""""
1820
@@ -34,8 +36,18 @@ From tmuxinator
3436
3537 $ tmuxp import tmuxinator < filename>
3638
39+ .. _convert_config :
40+
41+ Convert between YAML and JSON
42+ """""""""""""""""""""""""""""
43+
3744.. _bash_completion :
3845
46+ $ tmuxp convert <filename>
47+
48+ tmuxp automatically will prompt to convert ``.yaml `` to ``.json `` and
49+ ``.json `` to ``.yaml ``.
50+
3951Bash completion
4052"""""""""""""""
4153
Original file line number Diff line number Diff line change @@ -16,20 +16,22 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
1616- `bash, zsh and tcsh `_ completion.
1717- Unit tested against against live tmux (1.8 and git). See `travis.yml `_
1818 file and `testing `_ page.
19- - Documented Examples, Internals.
19+ - Documented ` Examples `_ , Internals.
2020- and `much, much more `_
2121
2222Ready to begin? See the `Quickstart `_.
2323
24+ .. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
25+ .. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
26+ .. _importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
27+ .. _travis.yaml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
28+ .. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
2429.. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
2530.. _simple : http://tmuxp.readthedocs.org/en/latest/examples.html#short-hand-inline
2631.. _very elaborate : http://tmuxp.readthedocs.org/en/latest/examples.html#super-advanced-dev-environment
2732.. _bash, zsh and tcsh : http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
2833.. _much, much more : http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
2934
30- Jump right in: See `Examples `_, `Quickstart `_ and `bash completion `_
31- support.
32-
3335Explore:
3436
3537.. toctree ::
You can’t perform that action at this time.
0 commit comments