https://github.com/Fefedu973/PowerToys-Run-Universal-Search-Suggestions-Plugin
This is a PowerToys Run Plugin that adds search suggestions when searching something
https://github.com/Fefedu973/PowerToys-Run-Universal-Search-Suggestions-Plugin
browser plugin powertoys powertoys-run powertoys-run-plugin search search-engine search-suggestions
Last synced: about 2 months ago
JSON representation
This is a PowerToys Run Plugin that adds search suggestions when searching something
- Host: GitHub
- URL: https://github.com/Fefedu973/PowerToys-Run-Universal-Search-Suggestions-Plugin
- Owner: Fefedu973
- License: mit
- Created: 2024-06-22T18:49:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T19:31:46.000Z (10 months ago)
- Last Synced: 2025-01-11T20:23:58.124Z (10 months ago)
- Topics: browser, plugin, powertoys, powertoys-run, powertoys-run-plugin, search, search-engine, search-suggestions
- Language: C#
- Homepage:
- Size: 18.4 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-powertoys-run-plugins - Universal Search Suggestions - Adds search suggestions when typing something. (Plugins)
README
Universal Search Suggestion PowerToys Run Plugin
[
]()




[
]()



---
## ⚠️ THIS EXTENSION IS PLANNED TO BE PORTED TO THE NEW WINDOWS COMMAND PALETTE IN THE COMING WEEKS, I WILL STILL SUPPORT BOTH VERSIONS
[
]()This is a simple [PowerToys Run](https://docs.microsoft.com/en-us/windows/powertoys/run) plugin that adds search suggestions when searching something.
## Preview

## Requirements
- PowerToys v0.81.1
## Installation
- Download the [latest release](https://github.com/Fefedu973/PowerToys-Run-Universal-Search-Suggestions-Plugin/releases/) by selecting the architecture that matches your machine: `x64` (more common) or `ARM64`
- Close PowerToys (including from the system tray)
- Extract the archive to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`
- Open PowerToys
## Usage
- Just type the trigger keyword (`!s` by default) and start seaching, results will show up
## Configuration
- The default keyword for triggering the plugin is `!s` but it should be triggered everytime by default.
- You can change the search engine that you are redirected to.
- - Supported browsers: Google, Bing, Yahoo, Baidu, Yandex, DuckDuckGo, Naver, Ask, Ecosia, Brave, Qwant, Startpage, Swisscows
- You can set a custom search engine to be redirected to
- You can change the search suggestion provider. That's right, not just Google!
- - Supported suggestions providers: Google (rich content and classic), Bing, Yahoo, DuckDuckGo, Ecosia, Brave (rich content), Qwant, Swisscows
## Credits
- This project can only be completed under the guidance of [this article](https://conductofcode.io/post/creating-custom-powertoys-run-plugins/). Thanks to @hlaueriksson for his great work.
- This project has been greatly simplified and accelerated in its realization by [this visual studio template](https://github.com/8LWXpg/PowerToysRun-PluginTemplate) for creating PowerToys plugins. Thanks to [@8LWXpg](https://github.com/8LWXpg) for his great work.
## Thanks
Thank you to [@Daydreamer-riri](https://github.com/Daydreamer-riri) and [@thatgaypigeon](https://github.com/thatgaypigeon) for writing the excellent documentation!
_Thanks ChatGPT for helping me out in this project as it was my first C# project_
## License
[MIT](./LICENSE) License © 2024 [Fefe_du_973](https://github.com/Fefedu973/)