File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
15
15
`python objects `_.
16
16
17
17
- Basic support for `freezing live sessions `_.
18
- - `importing `_ from `teamocil `_ and `tmuxinator `_.
18
+ - `Importing `_ from `teamocil `_ and `tmuxinator `_.
19
19
- JSON or YAML for `simple `_ or `very elaborate `_ configurations.
20
20
- `bash, zsh and tcsh `_ completion.
21
21
- Unit tested against against live tmux (1.8 and git). See `travis.yml `_
@@ -79,7 +79,7 @@ tests .. code-block:: bash
79
79
.. _teamocil : https://github.com/remiprev/teamocil
80
80
.. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
81
81
.. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
82
- .. _ importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
82
+ .. _ Importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
83
83
.. _travis.yml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
84
84
.. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
85
85
.. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
Original file line number Diff line number Diff line change 4
4
Command Line Interface
5
5
======================
6
6
7
- .. _ import_teamocil :
7
+ .. _ cli_freeze :
8
8
9
9
Freeze sessions
10
10
"""""""""""""""
@@ -15,6 +15,8 @@ Freeze sessions
15
15
16
16
Tmuxp will offer to convert file to ``.json `` or ``.yaml ``.
17
17
18
+ .. _cli_load :
19
+
18
20
Load session
19
21
""""""""""""
20
22
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
11
11
`python objects `_.
12
12
13
13
- Basic support for `freezing live sessions `_.
14
- - `importing `_ from `teamocil `_ and `tmuxinator `_.
14
+ - `Importing `_ from `teamocil `_ and `tmuxinator `_.
15
15
- JSON or YAML for `simple `_ or `very elaborate `_ configurations.
16
16
- `bash, zsh and tcsh `_ completion.
17
17
- Unit tested against against live tmux (1.8 and git). See `travis.yml `_
@@ -28,7 +28,7 @@ Ready to begin? See the `Quickstart`_.
28
28
.. _teamocil : https://github.com/remiprev/teamocil
29
29
.. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
30
30
.. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
31
- .. _ importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
31
+ .. _ Importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
32
32
.. _travis.yml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
33
33
.. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
34
34
.. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
You can’t perform that action at this time.
0 commit comments