Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.5 KB

File metadata and controls

31 lines (22 loc) · 1.5 KB

GenXdev.Queries

Overview

GenXdev.Queries dispatches search terms across multiple AI providers, search engines, and content sources simultaneously — open a question in ChatGPT, Google, Wikipedia, and Stack Overflow all at once with a single command.

What It Offers

Command Aliases What it does
Open-AllPossibleQueries qq Fire a query at all available AI and search engine targets simultaneously
ConvertTo-Uris Parse any string for valid URIs

How It All Comes Together

Open-AllPossibleQueries (qq) opens search terms or URLs across multiple AI providers, search engines, and content sources simultaneously. Each opens in a browser window.

ConvertTo-Uris parses strings for valid URIs, determining whether the input is a search term or a URL that should be opened directly.

See Also