On this page
LibTmux.Server.SaveBufferAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Buffers.cs
- SaveBufferAsync ( path : string , name : string? , append : bool , cancellationToken : CancellationToken ) Task
-
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