- Module
- LibTmux
- Declared in
- Pane
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- Python Lua TypeScriptRustGoJava.NETC++Swift
- pipe ( shell_command : ::String? = nil , input : bool = nil , output : bool = nil , only_if_closed : bool = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CommandResult
-
The shell command and its format expansion are explicitly requested here. only_if_closed follows tmux -o: an existing pipe is closed, not retained.
Behavior contract: Pane pipes.
In other ports Copy a pane's output to a shell command
- Python
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 - C++
libtmux::Pane::pipe_to - Swift
Server.pipe(_:to:)
- Python
0 declared, 0 inherited