libtmux Reference MCP Search
On this page

LibTmux.Server.SaveBufferAsync

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Buffers.cs
SaveBufferAsync ( path : string , name : string? , append : bool , cancellationToken : CancellationToken ) Task
method [source]
method [source]
SaveBufferAsync

Writes a paste buffer to a file.

Parameters
  • path ( string ) – The file to write.

  • name ( string? ) – The buffer to write, or null for the most recent.

  • append ( bool ) – Whether the buffer joins what the file already holds.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

0 declared, 0 inherited

Esc

Type to search.