Skip to content

Provides a command to kill a running processes.

License

Notifications You must be signed in to change notification settings

ueffel/Keypirinha-Plugin-Kill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keypirinha Plugin Kill

This is a package that extends the fast keystroke launcher keypirinha (http://keypirinha.com/) with a command to kill a running processes.

Usage

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.

Usage

Installation

Install Package "Keypirinha-Plugin-Kill"

Manually

  • 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)

Acknowledgements

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