Skip to content

Commit

Permalink
Update readme, description/summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 23, 2016
1 parent 8bc2487 commit f07d0cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
7 changes: 3 additions & 4 deletions README.rst
@@ -1,5 +1,4 @@
tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
`python objects`_, JSON or YAML.
tmuxp, tmux session manager. built on `libtmux`_.

|pypi| |docs| |build-status| |coverage| |license|

Expand Down Expand Up @@ -36,7 +35,7 @@ Save as ``mysession.yaml``. And load:
$ tmuxp load ./mysession.yaml
See more `simple`_ or `very elaborate`_ config examples.
`simple`_, `very elaborate`_ config examples

Store configs in (``~/.tmuxp``) or include in your project as
``~/.tmuxp.{yaml,json}``. See `author's tmuxp configs`_ and the
Expand All @@ -47,7 +46,6 @@ bootstrap project dependencies before loading tmux. See the

Load sessions in the background by passing ``-d`` flag


Freeze a tmux session
---------------------

Expand Down Expand Up @@ -90,6 +88,7 @@ Want to learn more about tmux itself? Read `The Tao of Tmux`_.
.. _very elaborate: http://tmuxp.readthedocs.org/en/latest/examples.html#super-advanced-dev-environment
.. _Quickstart: http://tmuxp.readthedocs.org/en/latest/quickstart.html
.. _Commands: http://tmuxp.readthedocs.org/en/latest/cli.html
.. _libtmux: https://github.com/tony/libtmux

Project details
---------------
Expand Down
9 changes: 1 addition & 8 deletions setup.py
@@ -1,11 +1,4 @@
"""tmuxp lives at <https://github.com/tony/tmuxp>.
tmuxp
-----
Manage tmux workspaces from JSON and YAML, pythonic API, shell completion.
"""
"""tmuxp lives at <https://github.com/tony/tmuxp>."""
import sys

from setuptools import setup
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__about__.py
@@ -1,7 +1,7 @@
__title__ = 'tmuxp'
__package_name__ = 'tmuxp'
__version__ = '0.11.0'
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
__license__ = 'BSD'
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Manage tmux workspaces from JSON and YAML, pythonic API, shell completion.
"""tmux session manager.
tmuxp
~~~~~
Expand Down

0 comments on commit f07d0cf

Please sign in to comment.