Re: Log entire session with pipe-pane? Examples please.

2011-10-09 Thread Jason Axelson
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

Re: Problem using pipe-pane

2011-07-28 Thread Jason Axelson
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

Problem using pipe-pane

2011-07-27 Thread Jason Axelson
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 $