An Alfred 2 workflow that makes it easy to kill misbehaving processes. It is, in essence, a way to easily find processes by name and kill them using `kill -9`.
An Alfred 2 workflow that makes it easy to kill misbehaving processes. It is, in essence, a way to easily find processes by name and kill them using `kill -9`.
Kill Process is an Alfred 2 workflow that makes it easy to kill misbehaving processes. It is, in essence, a way to easily find processes by name and kill them using kill -9.
process:arg)kill into Alfred followed by a space.To filter by argument, add a colon and the argument you want to target (or a snippet of it) after your processes name (see the second screenshot).
Download version 1.2. Open Kill Process.alfredworkflow and Alfred will walk you through the installation process. No configuration is necessary.
The ruby script that powers Kill Process is script.rb. For testing, add a value for theQuery in the first line. Be sure that the subsequent theQuery = "{query}" is commented out. This allows you to hard-code a search query instead of taking what the user has typed from Alfred. See the comments in the script for more info.
theQuery is commented out and that the second line (theQuery = "{query}") is not commented out.If your updates are big enough to justify a new release, please update the Alleyoop support files for auto-updating.
current-version.json with the new version number (a float) and a short description of the changes.update.json with the new version number.WTFPL, of course.
No open issues yet, or sync has not completed.