Skip to content

Latest commit

 

History

History
135 lines (116 loc) · 6.23 KB

README.rst

File metadata and controls

135 lines (116 loc) · 6.23 KB

tmuxp, a novel approach to manage tmux(1) (>= 1.8) workspaces through python objects, JSON or YAML.

Python Package Documentation Status Build Status Code Coverage License

image

How tmuxp helps you tmux:

Ready to begin? See the Quickstart. Want to learn more about tmux itself? Read The Tao of Tmux.

Project details

tmux support 1.8, 1.9a, 2.0, 2.1
python support 2.6, 2.7, >= 3.3
config support yaml, json, python dict
Source https://github.com/tony/tmuxp
Docs http://tmuxp.rtfd.org
API http://tmuxp.readthedocs.org/en/latest/api.html
Changelog http://tmuxp.readthedocs.org/en/latest/history.html
Issues https://github.com/tony/tmuxp/issues
Travis http://travis-ci.org/tony/tmuxp
Test Coverage https://coveralls.io/r/tony/tmuxp
pypi https://pypi.python.org/pypi/tmuxp
Open Hub https://www.openhub.net/p/tmuxp
License BSD.

git repo

$ git clone https://github.com/tony/tmuxp.git

install stable

$ sudo pip install tmuxp

install dev

$ git clone https://github.com/tony/tmuxp.git tmuxp
$ cd ./tmuxp
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -e .

See the developing and testing page in the docs for more.

tests

$ python ./run-tests.py