As proposed by @rayhofmann in #28 it should be possible to search by process name.
He proposed this syntax chr.abc where chr refers to the process name and abc refers to the window caption.
I have tried to implement this in the following commit as an experiment to try out how it feels.
As an extra feature: If a process name is left out, and one just searches for .abc then the process name filter is implicitly set to the process name of the foreground window. This seems nice when switching between different windows of the application that you currently have in the foreground. (Just activate Switcheroo, type . and choose any other window from the same application)
As proposed by @rayhofmann in #28 it should be possible to search by process name.
He proposed this syntax
chr.abcwherechrrefers to the process name andabcrefers to the window caption.I have tried to implement this in the following commit as an experiment to try out how it feels.
As an extra feature: If a process name is left out, and one just searches for
.abcthen the process name filter is implicitly set to the process name of the foreground window. This seems nice when switching between different windows of the application that you currently have in the foreground. (Just activate Switcheroo, type.and choose any other window from the same application)