mirror of
https://github.com/tmux/tmux.git
synced 2026-09-14 17:21:58 +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
73.6%
Shell
18.6%
Roff
5.7%
Yacc
0.9%
M4
0.7%
Other
0.4%