Skip to content

Commit 845588b

Browse files
committed
More about info
1 parent 16e49e4 commit 845588b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/about.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ Differences
5454

5555
**Programming Language** python. teamocil and tmuxinator uses ruby.
5656

57-
**Internals** teamocil and tmuxinator process configurations into shell
58-
commands. tmuxp turns configuration into a live :class:`Session` object
59-
with access to all window and pane data. See :ref:`internals`.
57+
**Workspace building process** teamocil and tmuxinator process configs
58+
directly shell commands. tmuxp processes configuration via ORM layer.
6059

6160
Additional Features
6261
-------------------
@@ -74,8 +73,8 @@ format [1]_. See :ref:`cli_freeze`.
7473

7574
**ORM-based API** - Utilitizes tmux >= 1.8's unique ID's for panes,
7675
windows and sessions to create an object relational view of the tmux
77-
:class:`Server` and its entities; :class:`Session`, :class:`Window`,
78-
:class:`Pane`. See :ref:`Internals`.
76+
:class:`Server` and its':class:`Session`, :class:`Window`, :class:`Pane`.
77+
See :ref:`Internals`.
7978

8079
**Conversion** ``$ tmuxp convert <filename>`` can convert files to and
8180
from JSON and YAML.

0 commit comments

Comments
 (0)