- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Capture.cs
- Other languages
- PythonRuby Lua TypeScriptRustGoJavaC++Swift
- PipeAsync ( request : PipePaneRequest? , cancellationToken : CancellationToken ) Task
-
Pipes the pane's input or output through a command.
- Parameters
-
-
request ( PipePaneRequest? ) – What to pipe.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
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 - C++
libtmux::Pane::pipe_to - Swift
Server.pipe(_:to:)
0 declared, 0 inherited