@@ -5,123 +5,83 @@ Pane-scoped tools — read and drive individual terminals, wait for output, copy
55::::{grid} 1 2 2 3
66:gutter: 2 2 3 3
77
8- :::{grid-item-card} capture_pane
9- :link : capture-pane
10- :link-type: ref
8+ :::{grid-item-card} {tooliconl}` capture-pane `
119Read visible or scrollback text from a pane.
1210:::
1311
14- :::{grid-item-card} search_panes
15- :link : search-panes
16- :link-type: ref
12+ :::{grid-item-card} {tooliconl}` search-panes `
1713Search text across many panes in one call.
1814:::
1915
20- :::{grid-item-card} snapshot_pane
21- :link : snapshot-pane
22- :link-type: ref
16+ :::{grid-item-card} {tooliconl}` snapshot-pane `
2317Capture content plus cursor, mode, and scroll state in one call.
2418:::
2519
26- :::{grid-item-card} get_pane_info
27- :link : get-pane-info
28- :link-type: ref
20+ :::{grid-item-card} {tooliconl}` get-pane-info `
2921Read pane metadata without content.
3022:::
3123
32- :::{grid-item-card} display_message
33- :link : display-message
34- :link-type: ref
24+ :::{grid-item-card} {tooliconl}` display-message `
3525Evaluate a tmux format string against a target.
3626:::
3727
38- :::{grid-item-card} send_keys
39- :link : send-keys
40- :link-type: ref
28+ :::{grid-item-card} {tooliconl}` send-keys `
4129Send keystrokes or commands to a pane.
4230:::
4331
44- :::{grid-item-card} paste_text
45- :link : paste-text
46- :link-type: ref
32+ :::{grid-item-card} {tooliconl}` paste-text `
4733Paste multi-line text via tmux buffer.
4834:::
4935
50- :::{grid-item-card} pipe_pane
51- :link : pipe-pane
52- :link-type: ref
36+ :::{grid-item-card} {tooliconl}` pipe-pane `
5337Fork pane output to a file or program.
5438:::
5539
56- :::{grid-item-card} select_pane
57- :link : select-pane
58- :link-type: ref
40+ :::{grid-item-card} {tooliconl}` select-pane `
5941Switch focus to a pane.
6042:::
6143
62- :::{grid-item-card} swap_pane
63- :link : swap-pane
64- :link-type: ref
44+ :::{grid-item-card} {tooliconl}` swap-pane `
6545Swap two panes' positions.
6646:::
6747
68- :::{grid-item-card} set_pane_title
69- :link : set-pane-title
70- :link-type: ref
48+ :::{grid-item-card} {tooliconl}` set-pane-title `
7149Set a pane's human-readable title.
7250:::
7351
74- :::{grid-item-card} clear_pane
75- :link : clear-pane
76- :link-type: ref
52+ :::{grid-item-card} {tooliconl}` clear-pane `
7753Clear a pane's scrollback.
7854:::
7955
80- :::{grid-item-card} resize_pane
81- :link : resize-pane
82- :link-type: ref
56+ :::{grid-item-card} {tooliconl}` resize-pane `
8357Resize a pane.
8458:::
8559
86- :::{grid-item-card} enter_copy_mode
87- :link : enter-copy-mode
88- :link-type: ref
60+ :::{grid-item-card} {tooliconl}` enter-copy-mode `
8961Enter tmux copy mode for scrollback navigation.
9062:::
9163
92- :::{grid-item-card} exit_copy_mode
93- :link : exit-copy-mode
94- :link-type: ref
64+ :::{grid-item-card} {tooliconl}` exit-copy-mode `
9565Exit copy mode.
9666:::
9767
98- :::{grid-item-card} wait_for_text
99- :link : wait-for-text
100- :link-type: ref
68+ :::{grid-item-card} {tooliconl}` wait-for-text `
10169Block until a pattern appears in a pane.
10270:::
10371
104- :::{grid-item-card} wait_for_content_change
105- :link : wait-for-content-change
106- :link-type: ref
72+ :::{grid-item-card} {tooliconl}` wait-for-content-change `
10773Block until pane content changes.
10874:::
10975
110- :::{grid-item-card} wait_for_channel
111- :link : wait-for-channel
112- :link-type: ref
76+ :::{grid-item-card} {tooliconl}` wait-for-channel `
11377Block until a tmux wait-for channel is signalled.
11478:::
11579
116- :::{grid-item-card} signal_channel
117- :link : signal-channel
118- :link-type: ref
80+ :::{grid-item-card} {tooliconl}` signal-channel `
11981Signal a waiting channel.
12082:::
12183
122- :::{grid-item-card} kill_pane
123- :link : kill-pane
124- :link-type: ref
84+ :::{grid-item-card} {tooliconl}` kill-pane `
12585Terminate a pane. Destructive.
12686:::
12787
0 commit comments