# tmux.SaveBufferRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_buffers.go#L41
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-savebufferrequest/

SaveBufferRequest configures writing a tmux paste buffer to a file. Its zero value is invalid because Path is required; nil Name selects the most-recent buffer and a pointer to an empty name is explicit.

## Members

- `Path` (attribute): Path is the required output file path.
- `Name` (attribute): Name selects a named buffer, or nil for tmux's most-recent buffer.
- `Append` (attribute): Append appends buffer data to Path instead of replacing its contents.
