Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 661 Bytes

plugins.md

File metadata and controls

16 lines (13 loc) · 661 Bytes

Here are some plugins to add to the functionality of Flow-Launcher.

You can port existing Wox or PowerToys Run plugins that you use frequently by following the instructions from Porting Plugins.

<script> const element = document.querySelector('#__settings-script__'); if (!element) { const script = document.createElement('script'); script.id = '__settings-script__'; script.src = 'https://www.flowlauncher.com/docs/webcomponents/dist/flow-launcher-docs-web-components.js'; script.type = 'module'; document.body.appendChild(script); } </script>