chrishelgert / zazu-fkill

Zazu Plugin to kill processes with fkill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zazu-fkill

Build Status Build status codecov Standard - JavaScript Style Guide Greenkeeper badge

A Zazu Plugin to kill processes with fkill

Usage

Simple type in kill with the process-name, choose the wished one and let it die.

screenshot

Install

Add chrishelgert/zazu-fkill to your plugins block inside your .zazurc.json file.

{
  "plugins": ["chrishelgert/zazu-fkill"]
}

Options

Add -f or --force and the end of your query to force kill the process.

Contributing

  1. Fork it
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

LICENSE

Copyright (c) 2017-present Chris Helgert. See License for details.

About

Zazu Plugin to kill processes with fkill

License:MIT License


Languages

Language:JavaScript 100.0%