Skip to content

Commit 844c0d1

Browse files
committed
docs: cli -> commands/
1 parent 219af2e commit 844c0d1

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ $ tmuxp shell -c 'print(window.name.upper())'
165165
MY_WINDOW
166166
```
167167

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
169169
the CLI docs.
170170

171171
# Pre-load hook
@@ -194,7 +194,7 @@ $ tmuxp freeze session-name
194194
```
195195

196196
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.
198198

199199
# Convert a session file
200200

docs/cli.md renamed to docs/commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(commands)=
44

5-
# Command Line Interface
5+
# Commands
66

77
(completion)=
88

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
about
2323
quickstart
2424
examples
25-
cli
25+
commands/index
2626
plugin_system
2727
2828
```

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ via trunk (can break easily):
6363
[pip]: https://pip.pypa.io/en/stable/
6464
[pipx]: https://pypa.github.io/pipx/docs/
6565

66-
## CLI
66+
## Commands
6767

6868
:::{seealso}
6969

70-
{ref}`examples`, {ref}`cli`, {ref}`completion`.
70+
{ref}`examples`, {ref}`commands`, {ref}`completion`.
7171

7272
:::
7373

@@ -153,7 +153,7 @@ AL - [Abstraction Layer][abstraction layer]
153153
| {meth}`libtmux.Window.split_window` | `$ tmux split-window` |
154154
| {meth}`libtmux.Pane.send_keys` | `$ tmux send-keys` |
155155

156-
[import]: http://tmuxp.git-pull.com/cli.html#import
156+
[import]: http://tmuxp.git-pull.com/commands/#import
157157
[tmuxinator]: https://github.com/aziz/tmuxinator
158158
[teamocil]: https://github.com/remiprev/teamocil
159159
[abstraction layer]: http://en.wikipedia.org/wiki/Abstraction_layer

docs/redirects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"cli.md" "commands/index.md"

0 commit comments

Comments
 (0)