|
4 | 4 |
|
5 | 5 | All tools accept an optional `socket_name` parameter for multi-server support. It defaults to the `LIBTMUX_SOCKET` env var. See {ref}`configuration`. |
6 | 6 |
|
| 7 | +::::{grid} 1 1 2 2 |
| 8 | +:gutter: 2 2 3 3 |
| 9 | + |
| 10 | +:::{grid-item-card} Discovery |
| 11 | +Find and inspect tmux objects. |
| 12 | +^^^ |
| 13 | +`list_sessions` `list_windows` `list_panes` `get_server_info` `get_pane_info` |
| 14 | +::: |
| 15 | + |
| 16 | +:::{grid-item-card} Capture & Search |
| 17 | +Read and search terminal output. |
| 18 | +^^^ |
| 19 | +`capture_pane` `search_panes` `wait_for_text` |
| 20 | +::: |
| 21 | + |
| 22 | +:::{grid-item-card} Session Lifecycle |
| 23 | +Create and manage sessions. |
| 24 | +^^^ |
| 25 | +`create_session` `rename_session` `kill_session` |
| 26 | +::: |
| 27 | + |
| 28 | +:::{grid-item-card} Windows & Panes |
| 29 | +Create, split, and organize. |
| 30 | +^^^ |
| 31 | +`create_window` `split_window` `rename_window` `select_layout` `resize_window` `resize_pane` `kill_window` `kill_pane` |
| 32 | +::: |
| 33 | + |
| 34 | +:::{grid-item-card} Execution |
| 35 | +Send commands and interact with terminals. |
| 36 | +^^^ |
| 37 | +`send_keys` `set_pane_title` `clear_pane` |
| 38 | +::: |
| 39 | + |
| 40 | +:::{grid-item-card} Options & Environment |
| 41 | +Read and set tmux configuration. |
| 42 | +^^^ |
| 43 | +`show_option` `set_option` `show_environment` `set_environment` |
| 44 | +::: |
| 45 | + |
| 46 | +:::{grid-item-card} Server Management |
| 47 | +Destructive server operations. |
| 48 | +^^^ |
| 49 | +`kill_server` |
| 50 | +::: |
| 51 | + |
| 52 | +:::: |
| 53 | + |
7 | 54 | ## Discovery |
8 | 55 |
|
9 | 56 | Find and inspect tmux objects. |
@@ -66,6 +113,5 @@ Read and set tmux configuration. |
66 | 113 |
|
67 | 114 | ## Tool parameter reference |
68 | 115 |
|
69 | | -For full parameter documentation (types, defaults, descriptions), see the {ref}`about <about>` page. |
70 | | - |
71 | | -For API-level documentation, see the {ref}`API reference <api>`. |
| 116 | +For full parameter documentation (types, defaults, descriptions), see the |
| 117 | +[API reference](../reference/api/index.md). |
0 commit comments