Re: [dev] [Tabbed] Capturing new browser instances

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Fri, 24 Jun 2011 00:20:15 +0100

On 24 June 2011 00:13, Jason Ryan <jasonwryan_AT_gmail.com> wrote:
> That's sort of what I was trying to do with a script using pgrep to identify
> tabbed and hitch it to that -- or so I thought...

It would be easier just to use an XID file (analogous to a PID file):

$ tabbed -d > /tmp/tabbed.xid
$ vimprobable2 -e `cat /tmp/tabbed.xid`

You could check the XID exists and if not spawn a new tabbed, and so on.

cls
Received on Fri Jun 24 2011 - 01:20:15 CEST

This archive was generated by hypermail 2.2.0 : Fri Jun 24 2011 - 01:24:04 CEST