@@ -26,6 +26,30 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
26
26
27
27
Ready to begin? See the `Quickstart `_.
28
28
29
+ .. _tmuxp on Travis CI : http://travis-ci.org/tony/tmuxp
30
+ .. _Documentation : http://tmuxp.rtfd.org/
31
+ .. _Source : https://github.com/tony/tmuxp
32
+ .. _中文 : http://tmuxp-zh.rtfd.org/
33
+ .. _tmux(1) : http://tmux.sourceforge.net/
34
+ .. _tmuxinator : https://github.com/aziz/tmuxinator
35
+ .. _teamocil : https://github.com/remiprev/teamocil
36
+ .. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
37
+ .. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
38
+ .. _Importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
39
+ .. _travis.yml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
40
+ .. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
41
+ .. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
42
+ .. _simple : http://tmuxp.readthedocs.org/en/latest/examples.html#short-hand-inline
43
+ .. _very elaborate : http://tmuxp.readthedocs.org/en/latest/examples.html#super-advanced-dev-environment
44
+ .. _bash, zsh and tcsh : http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
45
+ .. _much, much more : http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
46
+ .. _Quickstart : http://tmuxp.readthedocs.org/en/latest/quickstart.html
47
+ .. _Internals : http://tmuxp.readthedocs.org/en/latest/internals.html
48
+ .. _Commands : http://tmuxp.readthedocs.org/en/latest/cli.html
49
+
50
+ Project details
51
+ ---------------
52
+
29
53
============== ==========================================================
30
54
tmux support 1.8, 1.9-dev
31
55
python support 2.7, >= 3.3
@@ -37,6 +61,7 @@ Changelog http://tmuxp.readthedocs.org/en/latest/history.html
37
61
Issues https://github.com/tony/tmuxp/issues
38
62
Source https://github.com/tony/tmuxp
39
63
pypi https://pypi.python.org/pypi/tmuxp
64
+ Crate.io https://crate.io/packages/tmuxp/
40
65
License `BSD `_.
41
66
git repo .. code-block:: bash
42
67
@@ -56,27 +81,6 @@ tests .. code-block:: bash
56
81
$ python ./run_tests.py
57
82
============== ==========================================================
58
83
59
- .. _tmuxp on Travis CI : http://travis-ci.org/tony/tmuxp
60
- .. _Documentation : http://tmuxp.rtfd.org/
61
- .. _Source : https://github.com/tony/tmuxp
62
- .. _中文 : http://tmuxp-zh.rtfd.org/
63
- .. _tmux(1) : http://tmux.sourceforge.net/
64
- .. _tmuxinator : https://github.com/aziz/tmuxinator
65
- .. _teamocil : https://github.com/remiprev/teamocil
66
- .. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
67
- .. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
68
- .. _Importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
69
- .. _travis.yml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
70
- .. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
71
- .. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
72
- .. _simple : http://tmuxp.readthedocs.org/en/latest/examples.html#short-hand-inline
73
- .. _very elaborate : http://tmuxp.readthedocs.org/en/latest/examples.html#super-advanced-dev-environment
74
- .. _bash, zsh and tcsh : http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
75
- .. _much, much more : http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
76
- .. _Quickstart : http://tmuxp.readthedocs.org/en/latest/quickstart.html
77
- .. _Internals : http://tmuxp.readthedocs.org/en/latest/internals.html
78
- .. _Commands : http://tmuxp.readthedocs.org/en/latest/cli.html
79
-
80
84
.. _BSD : http://opensource.org/licenses/BSD-3-Clause
81
85
.. _developing and testing : http://tmuxp.readthedocs.org/en/latest/developing.html
82
86
.. _installing bash completion : http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion
0 commit comments