[TAG] Recording OpenCourseWare free lectures

Jason Creighton androflux at softhome.net
Wed Jun 30 00:32:24 MSD 2004


On Sun, 20 Jun 2004 12:58:18 -0700, 
Rick Moen <rick at linuxmafia.com> wrote:

> (There may be a better programmatic way to hand the URL to a running
> instance of Firefox, directly from mutt:  I've been lazy and not
> investigated further.)

``
#! /bin/sh

firefox -remote "openURL($1, new-tab)" || echo "$1" >> ~/data/tolookup.txt
''

Don't know anything about mutt, but if you can arrange to call this
script with the URL, it'll load up the URL in a new tab in firefox. Or,
if there's an error (which would indicate that firefox isn't running
which would indicate that I'm not online.) queue the URL up in
~/data/tolookup.txt so I don't forget to look at it next time I'm
online.

Jason Creighton




More information about the TAG mailing list