From: Phrogz Date: 2007-09-23T12:25:03+09:00 Subject: Re: Searching Spotlight with ruby On Sep 22, 7:22 pm, Filipe wrote: > Is it possible to search for files using spotlight in ruby just like > it's done on the terminal with the command 'mdfind'? You can run any terminal command in ruby (and capture the output) via a variety of mechanisms. Does that not do what you need?