Sep 06, '05 09:04:00AM • Contributed by: stevebr
Spotlight has one "feature" that many people find quite annoying: as you start typing, Spotlight immediately starts matching results. If you have a large hard drive, and there are lots of matches, this can get quite annoying at times.
If you would prefer to complete your query before Spotlight starts going through your stuff (and perhaps choking on the way, as can sometimes happen), either of these third-party applications can help:
- Use Laserlight
This is an AppleScript-based application that presents a display dialog into which you type your query before sending it to Spotlight as completed text. One nice touch: the author has also included an option to search as name or keyword only. Also, the program is GPL'd, so poke around inside it and tweak it as you need. The script inside has some very clever bits that might prove useful for other customizations of Spotlight functionality. - Use Quicksilver as a Spotlight front-end.
A Quicksilver text string (or any object, for that matter) can be "piped" to Spotlight, if the Spotlight plug-in is enabled. I don't believe it is by default. If yours isn't, try this:
- Open up Quicksilver's Preferences
- On the Plug-ins panel, check to see that the Spotlight module is available and enabled. If not, try the next step. Otherwise skip ahead.
- On the Applications panel, check "Enable advanced features" (you may need to change the level of this item to "Beta," and a restart of Quicksilver may be required as well).
- Still in Preferences, the Actions panel will now have two Spotlight actions listed in "All actions:" Search in Spotlight Window and Run Search with Spotlight. You may want to drag these up a few notches in the list, so they appear with a higher priority when using Quicksilver.
Here are a couple of tips for doing this with Quicksilver:
- Pressing period [.] right after invoking Quicksilver switches it to text input, rather than the default behaviour (searching though your catalogues for a match).
- It appears (from my experience, anyway) that of the two actions, only "Search in Spotlight Window" can be used with text strings.
