What is this?
This will create an item deed that when double clicked, will open a browser to a url with the specified search terms.
Usage
Type[Search some search terms here
Installation
Drop it in yourScripts/Custom/
folderCustomize it with your own search url
Edit lines 9 & 10:
C#:
public const string URL = "https://duckduckgo.com/?q=";
public const string TERM_SEPERATOR = "+";