|
1 | 1 | tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through |
2 | 2 | `python objects`_, JSON or YAML. |
3 | 3 |
|
4 | | -.. image:: https://img.shields.io/pypi/v/tmuxp.svg |
5 | | - :target: http://badge.fury.io/py/tmuxp |
6 | | - |
7 | | -.. image:: https://img.shields.io/travis/tony/tmuxp.svg |
8 | | - :target: https://travis-ci.org/tony/tmuxp |
9 | | - |
10 | | -.. image:: https://img.shields.io/coveralls/tony/tmuxp.svg |
11 | | - :target: https://coveralls.io/r/tony/tmuxp?branch=master |
12 | | - |
13 | | -.. image:: https://img.shields.io/github/license/tony/tmuxp.svg |
| 4 | +|pypi| |docs| |build-status| |coverage| |license| |
14 | 5 |
|
15 | 6 | .. image:: https://raw.github.com/tony/tmuxp/master/doc/_static/tmuxp-demo.gif |
16 | 7 | :scale: 100% |
@@ -93,3 +84,23 @@ tests .. code-block:: bash |
93 | 84 | .. _installing bash completion: http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion |
94 | 85 | .. _Developing and Testing: http://tmuxp.readthedocs.org/en/latest/developing.html |
95 | 86 | .. _Issues tracker: https://github.com/tony/tmuxp/issues |
| 87 | + |
| 88 | +.. |pypi| image:: https://img.shields.io/pypi/v/tmuxp.svg |
| 89 | + :alt: Python Package |
| 90 | + :target: http://badge.fury.io/py/tmuxp |
| 91 | + |
| 92 | +.. |build-status| image:: https://img.shields.io/travis/tony/tmuxp.svg |
| 93 | + :alt: Build Status |
| 94 | + :target: https://travis-ci.org/tony/tmuxp |
| 95 | + |
| 96 | +.. |coverage| image:: https://img.shields.io/coveralls/tony/tmuxp.svg |
| 97 | + :alt: Code Coverage |
| 98 | + :target: https://coveralls.io/r/tony/tmuxp?branch=master |
| 99 | + |
| 100 | +.. |license| image:: https://img.shields.io/github/license/tony/tmuxp.svg |
| 101 | + :alt: License |
| 102 | + |
| 103 | +.. |docs| image:: https://readthedocs.org/projects/tmuxp/badge/?version=latest |
| 104 | + :alt: Documentation Status |
| 105 | + :scale: 100% |
| 106 | + :target: https://readthedocs.org/projects/tmuxp/ |
0 commit comments