- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRuby Lua TypeScriptRustGoJava.NETSwift
- pipe_to ( command : std::string_view ) expected< void, CommandFailure >
-
Copy everything this pane prints to a shell command, until told to stop.
The command runs on the tmux server's machine with the pane's output on its standard input.
Starting a second pipe replaces the first: tmux keeps one per pane, so there is nothing to close and nothing to leak.
In other ports Copy a pane's output to a shell command
- Python
libtmux.Pane.pipe - Ruby
LibTmux::Pane#pipe - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.pipeTo - Rust
pane.Pane.pipe - Go
tmux.Pane.Pipe - Java
io.github.libtmux.Pane.Pane.pipeTo - .NET
LibTmux.Pane.PipeAsync - Swift
Server.pipe(_:to:)
- Python
0 declared, 0 inherited