Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Mar 20, 2024
1 parent e4c22f6 commit 248ce41
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions README.md
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)
Binary file added ScreenShots/config-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/reload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/search-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/search-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 248ce41

Please sign in to comment.