Show hooks¶
show_hooks¶
List configured tmux hooks at the given scope.
- Returns:
Use when you need to enumerate every hook configured on a target — the human user’s tmux config, an inherited team setup, or a session that another tool may have touched.
Side effects: The built-in request reads data only. A configured alias or hook can add effects; see Trust model.
Parameters
Parameter |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
|
no |
— |
Hook scope (server/session/window/pane). Defaults to the
calling object’s scope when a |
|
no |
— |
Target identifier. For session scope: session name. For window
scope: window ID. For pane scope: pane ID. Requires |
|
|
no |
|
Pass |
|
|
no |
— |
tmux socket name. |