ueffel / Keypirinha-Plugin-Kill

Provides a command to kill a running processes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

With PackageControl

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

About

Provides a command to kill a running processes.

License:MIT License


Languages

Language:Python 97.5%Language:Batchfile 2.5%