mirror of
https://github.com/tmux/tmux.git
synced 2026-07-13 21:00:30 +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.5%
Shell
14.1%
Roff
6.2%
Yacc
1%
M4
0.7%
Other
0.4%