Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBM13 committed Jan 23, 2023
1 parent bd265b4 commit 9d5abc5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# BrowserSearch
This is a plugin for PowerToys Run.
It reads your default browser's history, allowing you to search its entries and open their URL.

## Supported browsers
Only Chrome is supported right now.

## Install instructions
* Exit PowerToys
* Download latest version from [releases](https://github.com/TBM13/BrowserSearch/releases)
* Extract zip
* Move extracted folder `BrowserSearch` to `%ProgramFiles%\PowerToys\modules\launcher\`
* Start PowerToys

## Build instructions
* Clone this repo
* Inside it, create a folder called `libs`
* Copy the following files from `%ProgramFiles%\PowerToys\modules\launcher\` to `libs`
* Wox.Plugin.dll
* Wox.Infrastructure.dll
* Microsoft.Data.Sqlite.dll
* Open the project in Visual Studio and build it in release mode
* Copy the output folder `net7.0-windows` to `%ProgramFiles%\PowerToys\modules\launcher\`
* (Optional) Rename the copied folder to BrowserSearch

0 comments on commit 9d5abc5

Please sign in to comment.