Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

alfred-pkill

manerfan29Apache-2.00.1.2

根据进程名、进程ID、端口号结束进程

alfred, pkill

readme

alfred-pkill

Alfred 3 workflow,通过名称|端口|PID结束进程 Terminate a process by name or port or pid

Install

$ npm install --global alfred-pkill

Requires Node.js 4+ and the Alfred Powerpack.

Usage

In Alfred, type pkill, <kbd>Enter</kbd> or <kbd>Space</kbd>, and the process name or keyword or :port or ?pid.

alfred-pkill will automatically find the corresponding process(es).

Press <kbd>Enter</kbd>, kill it.
Hold <kbd>Alt</kbd> and Press <kbd>Enter</kbd>, Force kill -9.
Hold <kbd>Command</kbd> and Press <kbd>Enter</kbd>, show the process command.

License

Apache 2.0 © ManerFan

Change Log

  • [0.1.2] Terminate a process by name or keyword or port or pid
  • [0.1.1] Terminate a process by name or port or pid