tmux pipep [shell-command]
Pipe output from a pane to a shell command
Arguments
Name | Description |
---|---|
shell-command | The shell-command to run |
Options
Name | Description |
---|---|
-I | Connect stdout to shell-command |
-O | Connect stdin to shell-command |
-o | Only open a new pipe if no previous pipe exists |
-t <src-pane> | The target pane |