This is a package that extends the fast keystroke launcher keypirinha (http://keypirinha.com/) with a command to kill a running processes.
Type the trigger "kill" in the launch box and you'll see the item Kill:
. After hitting Enter or
Tab, you are present with a list of running processes where you can choose a process to kill.
There some alternative actions, if you hit Ctrl+Enter which should be self-explaining.
With PackageControl
Install Package "Keypirinha-Plugin-Kill"
- Download the
Kill.keypirinha-package
from the releases. - Copy the file into
%APPDATA%\Keypirinha\InstalledPackages
(installed mode) or<Keypirinha_Home>\portable\Profile\InstalledPackages
(portable mode)
Parts of the code are taken from Keypirinha's Packages Repository. Specifically the alttab.py library file to obtain visible windows is taken from here