This is a simple Sublime/VS-Code-like command palette for Qt Applications.
You can use CTRL+P to perform a fuzzy search through your QActions your menus or you create QActions on the fly.
Have a look at the example folder for how to use it!
PS:
This repo contains submodules. So you have to clone with
git clone git@github.com:theHamsta/QCommandPalette.git --recursive