File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
6160Additional 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,
7675windows 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
8180from JSON and YAML.
You can’t perform that action at this time.
0 commit comments