krampus

Kill processes occupying a port


Keywords
tool, cli, ports, lsof, netstat
License
MIT
Install
npm install krampus@1.1.0

Documentation

😈 Kill processes occupying a port

krampus usage

krampus stability

npm version Travis branch AppVeyor branch

  • 🚀 dead simple
  • 🌍 cross platform
  • 🎅 christmas-themed german name

Installation

Grab it from npm

  • npm install -g krampus

Usage

❯ krampus -h

  Kill processes occupying a port

  Usage
    ❯ krampus <port> ...

  Options
    -h, --help  Print this help

  Examples
    ❯ krampus 1337
    Killed process with pid 1

    ❯ krampus 1337
    No process occupying port 1337 found

    ❯ echo '1337 1338' | krampus
    Killed processes with pid 1, 2

krampus is built by marionebl and contributors. It is released unter the MIT license.