Had to create a qcommand using www.google.com and then edit it to change to the required path
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>command</key> <dict> <key>class</key> <string>QSCommand</string> <key>data</key> <dict> <key>qs.command</key> <dict> <key>actionID</key> <string>URLOpenWithAction</string> <key>directID</key> <string>https://www.google.com/?#q=Thanks+Given</string> <key>indirectID</key> <string>/Applications/Firefox.app</string> </dict> </dict> <key>properties</key> <dict> <key>QSObjectType</key> <string>qs.command</string> </dict> </dict> </dict> </plist> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
