PowerToys Run Plugin: FastWeb
May 6, 2024 ยท View on GitHub
A PowerToys Run plugin to open website in browser.
Features
Open link in browser

Set your own favorite website in config file

Add new keyword by command

Installation
- Download the latest release of the from the releases page.
- Extract the
.zipfile's contents to%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins - Restart PowerToys.
Usage
- Open PowerToys Run (default shortcut is
Alt+Space). - Type
/wand search for website name that you set in file.
How To Build
- Make sure you have gsudo installed in the path.
- Copy
.dllfrom the PowerToys Run folder to.\Lib
(using symlink or runningDevtools\copyLib.ps1is recommended).PowerToys.Settings.UI.Lib.dllPowerToys.ManagedCommon.dllPowerToys.Common.UI.dllWox.Plugin.dllWox.Infrastructure.dll
- Right-click on
Properties\Resources.resxand selectRun Custom Tool
(Resources.Designer.cschanges 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 :)