Hi Jesse,
I think this is a bug of tmux where pipe-pane only works inside of a
tmux client. See my initial report on the mailing list:
http://www.mail-archive.com/tmux-users@lists.sourceforge.net/msg01883.html
And Nicholas' response with a patch:
http://www.mail-archive.com/tmux-users@lists.sourc
t'
sleep 1
tmux send-keys -t ${session}:1.0 "echo build" C-m
sleep 2
tmux pipe-pane -o -t ${session}:1.0
cat /tmp/wait
On Wed, Jul 27, 2011 at 9:22 PM, Nicholas Marriott
wrote:
> Are you sure you shouldn't be doing "send-keys -t ${session}:consumer.0" as
> wel
Hi,
I seem to be having some trouble understanding how pipe-pane should
work. It seems like it will only capture output if the pane is
currently selected by a client? So the following doesn't work (also
attached as a script):
#!/bin/bash
session="scenario1"
rm /tmp/wait
tmux new-session -d -s $