diff --git a/README.md b/README.md index b3ce537..2e22e02 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,43 @@ # PowerToys-Run-WebSearchShortcut -Download the latest release by selecting the architecture that matches your machine: x64 (more common) or ARM64 -Close PowerToys -Extract the archive to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins \ No newline at end of file +This is a simple [PowerToys Run](https://docs.microsoft.com/en-us/windows/powertoys/run) plugin for performing web searches. + +This plugin enables users to perform web searches using specific keywords. + +## Requirements + +- PowerToys minimum version 0.79.0 + +## Installation + +- Download the [latest release](https://github.com/Daydreamer-riri/PowerToys-Run-WebSearchShortcut/releases/) by selecting the architecture that matches your machine: `x64` (more common) or `ARM64` +- Close PowerToys +- Extract the archive to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins` +- Open PowerToys + +## Config + +- Open config file: + +![config](./ScreenShots/config.png) + +- Inside the config file, you can add your desired search engines. The key is the display name of the search engine, and the `url` property is the URL template for performing the search. Use `%s` as a placeholder for the search query. + +![config-file](./ScreenShots/config-file.png) + +- Run `reload`: + +![reload](./ScreenShots/reload.png) + + +## ScreenShots + +### Search + +![search-1](./ScreenShots/search-1.png) + +![search-2](./ScreenShots/search-2.png) + +## License + +[MIT](./LICENSE) License © 2023 [Riri](https://github.com/Daydreamer-riri) diff --git a/ScreenShots/config-file.png b/ScreenShots/config-file.png new file mode 100644 index 0000000..6b08563 Binary files /dev/null and b/ScreenShots/config-file.png differ diff --git a/ScreenShots/config.png b/ScreenShots/config.png new file mode 100644 index 0000000..6899c88 Binary files /dev/null and b/ScreenShots/config.png differ diff --git a/ScreenShots/reload.png b/ScreenShots/reload.png new file mode 100644 index 0000000..4ef452b Binary files /dev/null and b/ScreenShots/reload.png differ diff --git a/ScreenShots/search-1.png b/ScreenShots/search-1.png new file mode 100644 index 0000000..bd5c1eb Binary files /dev/null and b/ScreenShots/search-1.png differ diff --git a/ScreenShots/search-2.png b/ScreenShots/search-2.png new file mode 100644 index 0000000..d670b09 Binary files /dev/null and b/ScreenShots/search-2.png differ