@@ -20,31 +20,14 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
2020- `bash, zsh and tcsh `_ completion.
2121- Unit tested against against live tmux (1.8 and git). See `travis.yml `_
2222 file, `tmuxp on Travis CI `_ and `testing `_ page.
23- - `Documentation `_, `Examples `_, `Internals `_.
23+ - `Documentation `_, `Examples `_, `Commands `_, ` Internals `_.
2424- and `much, much more `_.
2525
2626Ready to begin? See the `Quickstart `_.
2727
28- CLI Commands
29- """"""""""""
30-
31- ========================== ===============================================
32- ``tmuxp attach-session `` ``<session_name> ``
33- tmuxp uses ``switch-client `` if already inside
34- tmux client.
35- ``tmuxp kill-session `` ``<session name> ``
36- ``tmuxp freeze `` ``<session name> ``
37- ``tmuxp load `` ``<file> ``
38- Load a workspace yaml / json file.
39- If session already made, will offer to attach.
40- ``tmuxp convert `` ``<file> ``
41- Convert session yaml / json.
42- ``tmuxp import `` ``[teamocil | tmuxinator] `` ``<file> ``
43- Import a `teamocil `_ or `tmuxinator `_ config.
44- ========================== ===============================================
45-
4628============== ==========================================================
4729tmux support 1.8, 1.9-dev
30+ python support 2.7, >= 3.3
4831config support yaml, json, python dict
4932Travis http://travis-ci.org/tony/tmuxp
5033Docs http://tmuxp.rtfd.org
@@ -89,6 +72,7 @@ tests .. code-block:: bash
8972.. _much, much more : http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
9073.. _Quickstart : http://tmuxp.readthedocs.org/en/latest/quickstart.html
9174.. _Internals : http://tmuxp.readthedocs.org/en/latest/internals.html
75+ .. _Commands : http://tmuxp.readthedocs.org/en/latest/cli.html
9276
9377.. _BSD : http://opensource.org/licenses/BSD-3-Clause
9478.. _developing and testing : http://tmuxp.readthedocs.org/en/latest/developing.html
0 commit comments