Skip to content
dsanson edited this page Sep 14, 2010 · 8 revisions

A Quicksilver Web Search List

This is a list of web searches designed to be used with Quicksilver’s Web Search Module in lieu of http://docs.blacktree.com/quicksilver/web_search_list. To use it, you will need to modify ~/Library/Application Support/Quicksilver/Plugins/Web Search Module/Contents/Info.plist.

Modifying Info.plist

You need to replace the chunk of Info.plist that provides the settings for QSPresetDocWebSearches with the following:

<dict>
	<key>ID</key>
	<string>QSPresetDocWebSearches</string>
	<key>enabled</key>
	<string>YES</string>
	<key>name</key>
	<string>Web Searches (from http://wiki.github.com/tiennou/blacktree-elements/alternate-web-searches)</string>
	<key>settings</key>
	<dict>
		<key>contentPrefix</key>
		<string>&lt;h1&gt;Start of Web Searches&lt;/h1&gt;</string>
		<key>contentSuffix</key>
		<string>&lt;h1&gt;End of Web Searches&lt;/h1&gt;</string>
		<key>path</key>
		<string>http://wiki.github.com/tiennou/blacktree-elements/alternate-web-searches</string>
	</dict>
	<key>source</key>
	<string>QSWebSource</string>
</dict>

Guidelines for Adding to this Page

Let’s not make this into an unmanageable link dump. The searches that are here should be broadly useful. If a link is here that doesn’t meet that criteria, perhaps it should be deleted.

Github’s Textile processor tends to muck things up. It won’t accept qss-http:// style links, so just use http:// style links. It also can’t handle the ‘*’ quicksilver uses as a placeholder for the search query. So use the Firefox style ‘%s’ instead.

It is picky about what can go in a URL: trailing pound signs, for example, don’t get included. So replace them with their hex codes: * = %2A; # = %23. http://www.mikezilla.com/exp0012.html will generate codes for symbols that cause you problems.

Google dominates search and web services in so many ways: lets give it its own section. The rest of the links are organized by topic.

Links should go in the most general appropriate category. For example, amazon should go under “books”, not “shopping”.

Start of Web Searches

Please don’t edit the previous line! The Web Search Module needs it!

Google

Other Search Engines

Social

Media

News

Books

Video

Images

Movies

Music

TV

Maps

Torrents

Code

Mac

Academic

Reference

Shopping

Weather

Food

Web Services

Google Webbits

End of Web Searches

Please don’t edit the previous line! The Web Search Module needs it.

Clone this wiki locally