tmux_load_buffer
Load a file's contents into a tmux paste buffer, optionally naming it. The path is resolved on the target, supporting both local and remote files.
Instructions
Load a file's contents into a paste buffer (load-buffer).
name stores it under a named buffer (-b). IMPORTANT: path is resolved
on the target — for an SSH target it is a file on the remote host,
not the local machine.
Returns {"loaded": path, "name": name}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| name | No | ||
| target | No |