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>