Resource icon

Search command 1.0.0

No permission to download

What is this?

1676432280539.png

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 your Scripts/Custom/ folder

Customize it with your own search url
Edit lines 9 & 10:
C#:
        public const string URL = "https://duckduckgo.com/?q=";
        public const string TERM_SEPERATOR = "+";
  • Like
Reactions: sahisahi
Author
Bittiez
Downloads
14
Views
590
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Bittiez

Back