-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4c22f6
commit 248ce41
Showing
6 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.