kitty_signal_child
Send Unix signals (e.g., SIGINT, SIGTERM) to the foreground process in kitty terminal windows. Specify window match expression and optional signal names.
Instructions
Send one or more Unix signals to the foreground process in the specified kitty windows. If no signals are specified, SIGINT is sent by default. Signal names can be with or without the SIG prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Window match expression. | |
| signals | No | Signal names to send (e.g. ["TERM"], ["SIGKILL"]). Defaults to ["SIGINT"] if not specified. |