Building My First Omarchy Plugin
I kept asking myself “what is still running on port 5173?” So I built a small Omarchy plugin that answers it, and today I published it. It is called Ports. One icon in the bar with a number. Click it and you see every dev server you have running, with the name of the project it came from. What Omarchy plugins are Omarchy 4 has a plugin system. A plugin is a folder with a manifest.json and some QML files: ...