alfred-process-killer
alfred-process-killer copied to clipboard
Kill by PID
Would it be possible to add support for killing by PID?
You're probably wondering why I would want to kill by PID, well... GfxCardStatus shows me that a process with a certain PID is using my discrete videocard so I want to kill it ;)
It seems that you can work around it using queries like pid.*, e.g. try kill 1.* for launchd
I have the same issue. The work around is not working for me.