File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ $ tmuxp shell -c 'print(window.name.upper())'
165
165
MY_WINDOW
166
166
```
167
167
168
- Read more on [ tmuxp shell] ( https://tmuxp.git-pull.com/cli.html #shell ) in
168
+ Read more on [ tmuxp shell] ( https://tmuxp.git-pull.com/commands/ #shell ) in
169
169
the CLI docs.
170
170
171
171
# Pre-load hook
@@ -194,7 +194,7 @@ $ tmuxp freeze session-name
194
194
```
195
195
196
196
See more about [ freezing
197
- tmux] ( http://tmuxp.git-pull.com/cli.html #freeze-sessions ) sessions.
197
+ tmux] ( http://tmuxp.git-pull.com/commands/ #freeze-sessions ) sessions.
198
198
199
199
# Convert a session file
200
200
Original file line number Diff line number Diff line change 2
2
3
3
(commands)=
4
4
5
- # Command Line Interface
5
+ # Commands
6
6
7
7
(completion)=
8
8
Original file line number Diff line number Diff line change 22
22
about
23
23
quickstart
24
24
examples
25
- cli
25
+ commands/index
26
26
plugin_system
27
27
28
28
```
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ via trunk (can break easily):
63
63
[ pip ] : https://pip.pypa.io/en/stable/
64
64
[ pipx ] : https://pypa.github.io/pipx/docs/
65
65
66
- ## CLI
66
+ ## Commands
67
67
68
68
:::{seealso}
69
69
70
- {ref}` examples ` , {ref}` cli ` , {ref}` completion ` .
70
+ {ref}` examples ` , {ref}` commands ` , {ref}` completion ` .
71
71
72
72
:::
73
73
@@ -153,7 +153,7 @@ AL - [Abstraction Layer][abstraction layer]
153
153
| {meth}` libtmux.Window.split_window ` | ` $ tmux split-window ` |
154
154
| {meth}` libtmux.Pane.send_keys ` | ` $ tmux send-keys ` |
155
155
156
- [ import ] : http://tmuxp.git-pull.com/cli.html #import
156
+ [ import ] : http://tmuxp.git-pull.com/commands/ #import
157
157
[ tmuxinator ] : https://github.com/aziz/tmuxinator
158
158
[ teamocil ] : https://github.com/remiprev/teamocil
159
159
[ abstraction layer ] : http://en.wikipedia.org/wiki/Abstraction_layer
Original file line number Diff line number Diff line change
1
+ "cli.md" "commands/index.md"
You can’t perform that action at this time.
0 commit comments