Can it support searching by application name?
Madd0g opened this issue · 5 comments
For applications where the title doesn't contain the application name - e.g. chrome only contains the active tab title and not searchable by typing "chrome".
Thanks, great workflow!
Thanks for your feedback!
It should do it, it searches both by the window title and an application name and (for some browsers) it searches for tabs.
It unfortunately doesn’t work with browser windows because for supported browsers it removes these windows from the search results.
But yeah, it is logical to expect when typing “chrome” to see all the chrome tabs. I’ll think about it...
@Madd0g I finally implemented that :) https://github.com/mandrigin/AlfredSwitchWindows/releases/tag/0.3.5
Hi @mandrigin Any chance you can put the .alfredworkflow file on github too?
Thanks!