Crates.io | killp |
lib.rs | killp |
version | 0.1.0 |
source | src |
created_at | 2024-07-02 14:09:22.051935 |
updated_at | 2024-07-02 14:09:22.051935 |
description | A simple CLI tool to kill processes running on specified ports on Linux and macOS |
homepage | |
repository | https://github.com/ephraimduncan/pkill |
max_upload_size | |
id | 1289603 |
size | 10,796 |
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.
To use Port Killer CLI, simply run the executable followed by the port numbers you want to kill processes on:
pkill <PORT1> <PORT2> <PORT3> ...
Kill a process on a single port:
pkill 8080
Kill processes on multiple ports:
pkill 3000 3001 3002
This project is licensed under the MIT License