File tree Expand file tree Collapse file tree 3 files changed +33
-34
lines changed Expand file tree Collapse file tree 3 files changed +33
-34
lines changed Original file line number Diff line number Diff line change 8
8
9
9
tmuxp helps you manage tmux workspaces.
10
10
11
- tmuxp is build upon an object relational mapper for tmux. End- users may
12
- use YAML, JSON and :py:obj: `dict ` configurations to launch workspaces like
11
+ Built on a object relational mapper for tmux. tmux users can reload common
12
+ workspaces from YAML, JSON and :py:obj: `dict ` configurations like
13
13
`tmuxinator `_ and `teamocil `_.
14
14
15
15
To jump right in, see :ref: `quickstart ` and :ref: `examples `.
16
16
17
17
Interested in some kung-fu or joining the effort? :ref: `api ` and
18
18
:ref: `developing `
19
19
20
- License is `BSD-licensed `_. Code can be found at github at
21
- http://github.com/tony/tmuxp.
20
+ `BSD-licensed `_. Code can be found on ` github
21
+ < http://github.com/tony/tmuxp.> `_
22
22
23
23
Differences from tmuxinator / teamocil
24
24
--------------------------------------
Original file line number Diff line number Diff line change @@ -308,17 +308,15 @@ Windows can be *named upon creation*.
308
308
309
309
$ tmuxp new-window [-n window-name]
310
310
311
- .. _Rename window :
312
-
313
311
Windows can be *renamed after creation *.
314
312
315
- =============== =========================================================
313
+ =============== ==========================================================
316
314
Command .. code-block:: bash
317
315
318
316
$ tmux rename-window <new-name>
319
317
320
318
Short cut ``Prefix `` + ``, ``
321
- =============== =========================================================
319
+ =============== ==========================================================
322
320
323
321
Creating new windows
324
322
--------------------
@@ -330,7 +328,7 @@ Command .. code-block:: bash
330
328
331
329
Short cut ``Prefix `` + ``c ``
332
330
333
- You may then :ref: ` Rename window` .
331
+ You may then rename window.
334
332
=============== =========================================================
335
333
336
334
Traverse windows
Original file line number Diff line number Diff line change 4
4
Command Line Interface
5
5
======================
6
6
7
+ .. _bash_completion :
8
+
9
+ Bash completion
10
+ """""""""""""""
11
+
12
+ For bash, ``.bashrc ``:
13
+
14
+ .. code-block :: bash
15
+
16
+ $ source tmuxp.bash
17
+
18
+ For tcsh, ``.tcshrc ``:
19
+
20
+ .. code-block :: bash
21
+
22
+ $ complete tmuxp ' p/*/`tmuxp.tcsh`/'
23
+
24
+ For zsh, ``.zshrc ``:
25
+
26
+ .. code-block :: bash
27
+
28
+ $ source tmuxp.zsh
29
+
30
+ .. _commands :
31
+
32
+
7
33
.. _cli_freeze :
8
34
9
35
Freeze sessions
@@ -89,31 +115,6 @@ Convert between YAML and JSON
89
115
tmuxp automatically will prompt to convert ``.yaml `` to ``.json `` and
90
116
``.json `` to ``.yaml ``.
91
117
92
- .. _bash_completion :
93
-
94
- Bash completion
95
- """""""""""""""
96
-
97
- For bash, ``.bashrc ``:
98
-
99
- .. code-block :: bash
100
-
101
- $ source tmuxp.bash
102
-
103
- For tcsh, ``.tcshrc ``:
104
-
105
- .. code-block :: bash
106
-
107
- $ complete tmuxp ' p/*/`tmuxp.tcsh`/'
108
-
109
- For zsh, ``.zshrc ``:
110
-
111
- .. code-block :: bash
112
-
113
- $ source tmuxp.zsh
114
-
115
- .. _commands :
116
-
117
118
Other commands
118
119
""""""""""""""
119
120
You can’t perform that action at this time.
0 commit comments