#port #process #cli #networking #cli-tool #linux-macos #system

app killp

A simple CLI tool to kill processes running on specified ports on Linux and macOS

1 unstable release

0.1.0 Jul 2, 2024

#1733 in Command line utilities

MIT license

4KB

pkill

pkill CLI is a simple, efficient command-line tool written in Rust that allows you to quickly terminate processes running on specified ports on Linux and macOS systems.

Usage

To use Port Killer CLI, simply run the executable followed by the port numbers you want to kill processes on:

pkill <PORT1> <PORT2> <PORT3> ...

Examples

  1. Kill a process on a single port:

    pkill 8080
    
  2. Kill processes on multiple ports:

    pkill 3000 3001 3002
    

License

This project is licensed under the MIT License

Dependencies

~1.2–1.7MB
~33K SLoC