A PowerToys Run plugin to open website in browser.
- Download the latest release of the from the releases page.
- Extract the
.zip
file's contents to%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
- Restart PowerToys.
- Open PowerToys Run (default shortcut is
Alt+Space
). - Type
/w
and search for website name that you set in file.
- Make sure you have gsudo installed in the path.
- Copy
.dll
from the PowerToys Run folder to.\Lib
(using symlink or runningDevtools\copyLib.ps1
is recommended).PowerToys.Settings.UI.Lib.dll
PowerToys.ManagedCommon.dll
PowerToys.Common.UI.dll
Wox.Plugin.dll
Wox.Infrastructure.dll
- Right-click on
Properties\Resources.resx
and selectRun Custom Tool
(Resources.Designer.cs
changes completely for unknown reasons). - Build the project.
- Run
Devtools\debug.ps1
.
If you find any bug in this plugin,
you're welcome to report it to me :)