Closed kvakulo closed 9 years ago
Here's build with this feature if anybody wants to try it out: http://teamcity.codebetter.com/repository/download/Switcheroo/182800:id/switcheroo-portable.zip
Please let me know what you think! :)
This feature is going into the next release
Looking forward, still using your prototype.
Ray
-----Original Message----- From: "Regin Larsen" notifications@github.com Sent: 9/6/2015 22:48 To: "kvakulo/Switcheroo" Switcheroo@noreply.github.com Cc: "rayhofmann" rhofmann@rayed.de Subject: Re: [Switcheroo] Filter by process name using dot syntax (#35)
This feature is going into the next release — Reply to this email directly or view it on GitHub.
Hello,
There is something I wanted to show you, it is extremely interesting, you have to see it! Take a look here http://develop.spikedpunch.com/aejnze
rhofmann@rayed.de
Dear! We've got some great news for you! Just take a look http://mofawaltu.fabstaff.com/aeqckbfh
Warm regards, Raymund Hofmann
As proposed by @rayhofmann in #28 it should be possible to search by process name.
He proposed this syntax
chr.abc
wherechr
refers to the process name andabc
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)