From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] plumbing safari From: Geoff Collyer Date: Mon, 21 Jun 2004 17:45:28 -0700 In-Reply-To: <7359f0490406211520106d518a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a99bc632-eacd-11e9-9e20-41e7f4b1d025 I use the OS X open command, which seems to be part of something like plumbing. From my lib/plumbing: # URL with method goes to my mac type is text data matches '((https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://)[a-zA-Z0-9_@]+([.:][a-zA-Z0-9_@]+)*/?[a-zA-Z0-9_?,%#~&/\-=]+([:.][a-zA-Z0-9_?,%#~&/\-=]+)*' plumb to web plumb start ssh mac-gbe open ''''$0'''' # URL without method goes to my mac, but os x requires ``http://'' type is text data matches 'www\.[a-zA-Z0-9_@]+([.:][a-zA-Z0-9_@]+)*/?[a-zA-Z0-9_?,%#~&/\-=]+([:.][a-zA-Z0-9_?,%#~&/\-=]+)*' plumb to web plumb start ssh mac-gbe open http://''''$0''''