|
9 | 9 | after running a command, checking output, or verifying state. |
10 | 10 |
|
11 | 11 | **Avoid when** you need to search across multiple panes at once — use |
12 | | -{tool}`search-panes`. If you only need pane metadata (not content), use |
13 | | -{tool}`get-pane-info`. |
| 12 | +{tooliconl}`search-panes`. If you only need pane metadata (not content), use |
| 13 | +{tooliconl}`get-pane-info`. |
14 | 14 |
|
15 | 15 | **Side effects:** None. Readonly. |
16 | 16 |
|
|
51 | 51 | **Use when** you need pane dimensions, PID, current working directory, or |
52 | 52 | other metadata without reading the terminal content. |
53 | 53 |
|
54 | | -**Avoid when** you need the actual text — use {tool}`capture-pane`. |
| 54 | +**Avoid when** you need the actual text — use {tooliconl}`capture-pane`. |
55 | 55 |
|
56 | 56 | **Side effects:** None. Readonly. |
57 | 57 |
|
@@ -97,7 +97,7 @@ Response: |
97 | 97 | which pane has an error, finding a running process, or checking output |
98 | 98 | without knowing which pane to look in. |
99 | 99 |
|
100 | | -**Avoid when** you already know the target pane — use {tool}`capture-pane` |
| 100 | +**Avoid when** you already know the target pane — use {tooliconl}`capture-pane` |
101 | 101 | directly. |
102 | 102 |
|
103 | 103 | **Side effects:** None. Readonly. |
@@ -146,7 +146,7 @@ Response: |
146 | 146 | **Use when** you need to block until specific output appears — waiting for a |
147 | 147 | server to start, a build to complete, or a prompt to return. |
148 | 148 |
|
149 | | -**Avoid when** you can poll with {tool}`capture-pane` instead, or if the |
| 149 | +**Avoid when** you can poll with {tooliconl}`capture-pane` instead, or if the |
150 | 150 | expected text may never appear (set a timeout). |
151 | 151 |
|
152 | 152 | **Side effects:** None. Readonly. Blocks until text appears or timeout. |
@@ -190,7 +190,7 @@ Response: |
190 | 190 | terminal. This is the primary way to execute commands in tmux panes. |
191 | 191 |
|
192 | 192 | **Avoid when** you need to run something and immediately capture the result — |
193 | | -send keys first, then use {tool}`capture-pane` or {tool}`wait-for-text`. |
| 193 | +send keys first, then use {tooliconl}`capture-pane` or {tooliconl}`wait-for-text`. |
194 | 194 |
|
195 | 195 | **Side effects:** Sends keystrokes to the pane. If `enter` is true (default), |
196 | 196 | the command executes. |
@@ -339,7 +339,7 @@ Response: |
339 | 339 | **Use when** you're done with a specific terminal and want to remove it |
340 | 340 | without affecting sibling panes. |
341 | 341 |
|
342 | | -**Avoid when** you want to remove the entire window — use {tool}`kill-window`. |
| 342 | +**Avoid when** you want to remove the entire window — use {tooliconl}`kill-window`. |
343 | 343 |
|
344 | 344 | **Side effects:** Destroys the pane. Not reversible. |
345 | 345 |
|
|
0 commit comments