Can I Use
October 16, 2024 ยท View on GitHub
PowerToys Run plugin which will search and present results from caniuse.com.
Settings
You can configure the plugin to show your favorite browsers in the search results under the PowerToys Run settings.
Usage
- Open PowerToys Run (default shortcut is Alt+Space).
- Type
caniusefollowed by your search query. - Select a search result and press
Enterto open it in browser.
Installation
Via ptr
ptr add CanIUse skttl/ptrun-caniuse
Manual install
- Download the latest release of the CanIUse from the releases page.
- Extract the zip file's contents to your PowerToys modules directory for the user (
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins). - Restart PowerToys.
Acknowledgments
- Henrik Lau Eriksson - for the awesome Visual Studio template for building plugins
- Nick - took inspiration from his GitHub workflows in his PowerTranslator plugin for PowerToys