killp 0.1.0

A simple CLI tool to kill processes running on specified ports on Linux and macOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clap]
features = ["derive"]
version = "4.5.8"

[package]
authors = ["Ephraim Duncan <ephraimduncan68@gmail.com>"]
categories = ["command-line-utilities"]
description = "A simple CLI tool to kill processes running on specified ports on Linux and macOS"
edition = "2021"
keywords = ["cli", "network", "port", "process"]
license = "MIT"
name = "killp"
readme = "README.md"
repository = "https://github.com/ephraimduncan/pkill"
version = "0.1.0"