Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmux.SaveBufferRequest

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_buffers.go
struct tmux.SaveBufferRequest
struct [source]
struct [source]
struct 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.

3 declared, 0 inherited

Members

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

Type to search.