On this page
io.github.libtmux.Pane.Pane.pipeTo
- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
-
Sends everything this pane prints to a shell command, until
#stopPiping.<p>A second call replaces the first: tmux keeps one pipe per pane, not a list.
- Parameters
-
-
shellCommand ( String ) – run by the user's shell, so it may redirect and pipe
-
0 declared, 0 inherited