mirror of
https://github.com/tmux/tmux.git
synced 2026-07-16 14:01:16 +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%
Shell
14.9%
Roff
6%
Yacc
1%
M4
0.6%
Other
0.4%