Plugin for Microsoft Powertoys Run that opens Chrome and Edge bookmarks containing the provided text.
Based on https://github.com/novafaen/mptr-jira.
bookmark foo bar
Or, if the "include in global results" setting in the PowerToys settings is enabled:
foo bar
Bookmarks are automatically retrieved from AppData\Local
.
At least one of the search term has to be three or more characters.
- Build the solution at least once, either from inside Visual Studio or with
dotnet build
. - Run cmd as administrator and navigate to this folder.
- Run
install.bat
. This will create a symlink from the PowerToys plugin folder to the output directory of this solution. PowerToys will be restarted.