Switch between windows in Windows 10 by fuzzy matching a list of names?

I find switching between windows with a mouse a pain. Is it possible for me to search through the titles of a window and select a window base?


I found this open source project on github:

https://github.com/balazs4/windowswitcher

That seems to work okay on windows 10. When run this brings up a fuzzy-matching combobox.

I am using this in conjunction with autohotkey with the following script:

!#j::Run G:\My Drive\code\windows-config\switcher\windowswitcher.app.exe

I can then press windows+alt+j to jump to a window