Server.saveBuffer(named:to:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Buffers.swift
- Other languages
- Python Ruby Lua TypeScript Rust Go Java .NETC++
-
Writes a buffer to a file, letting tmux do the writing.
The counterpart to
loadBuffer(from:named:), and the way to get a buffer larger than a reply out of tmux:buffer(named:)hands back what one command printed, while this streams to a path.- Raises
In other ports Write a paste buffer to a file
- Python
libtmux.Server.save_buffer - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.saveBuffer - Rust no equivalent on
Server - Go
tmux.Server.SaveBuffer - Java no equivalent on
Server - .NET
LibTmux.TmuxBuffers.SaveAsync - C++
libtmux::Server::save_buffer
0 declared, 0 inherited