mirror of
https://github.com/tmux/tmux.git
synced 2026-07-14 05:10:26 +00:00
6091b051fbf0a19ee9108b235b37265461727a41
Add a pipe-pane command to allow a pane to be piped to a shell command, for
example:
pipe-pane 'cat >~/out'
No arguments stops outputing and closes the pipe; the -o flag toggles a pipe
and on and off (useful for key bindings).
Suggested by espie@.
Description
tmux source code
Languages
C
77.4%
Shell
14.4%
Roff
6.1%
Yacc
1%
M4
0.6%
Other
0.4%