Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/perl
# Description: http://daringfireball.net/2010/08/open_urls_in_safari_tabs
# License: See below.
# http://gist.github.com/507356
# UPDATE for "Create and run the AppleScript" portion of Gruber's original script
# http://gist.github.com/1990793
#
# UPDATE 2 for force opening in Google Chrome
@tofias
tofias / Open URLs in Safari Tabs.pl
Created March 7, 2012 03:39 — forked from gruber/Open URLs in Safari Tabs.pl
Open URLs in Tabs (an update to Gruber's instant classic perl script) see: http://log.tofias.net/scripts
#!/usr/bin/perl
# Description: http://daringfireball.net/2010/08/open_urls_in_safari_tabs
# License: See below.
# http://gist.github.com/507356
# UPDATE for "Create and run the AppleScript" portion of Gruber's original script
# http://gist.github.com/1990793
use strict;