Re: Scripted monitoring for activity or content

2011-05-04 Thread Dave Disser
I managed to work around with this: tmux pipe-pane -t :1 'sed -n "/build finished/{p;q}" > /tmp/wait' while [ ! -s /tmp/wait ] ; do sleep 1 ; done tmux pipe-pane -t :1 so I'll just roll with that and move on. --Dave On Wed, May 4, 2011 at 11:00 AM, Nicholas Marriott < nicholas.marri...@gmail.c

Re: Scripted monitoring for activity or content

2011-05-04 Thread Nicholas Marriott
Hi No there isn't a way to do it now. I don't really have an opinion on the best way to do it. Maybe it would be nicer to have a monitor-activity-command option? Not sure this would achieve what you want though. Maybe I should finally get back to the hooks stuff and it would make it easier to d