Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ephraimduncan/pkill
cli to kill a port with one command
https://github.com/ephraimduncan/pkill
Last synced: 4 days ago
JSON representation
cli to kill a port with one command
- Host: GitHub
- URL: https://github.com/ephraimduncan/pkill
- Owner: ephraimduncan
- Created: 2024-07-01T17:55:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T14:10:05.000Z (4 months ago)
- Last Synced: 2024-11-02T14:42:58.288Z (11 days ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `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.
## Installation
```
cargo install killp
```## Usage
To use Port Killer CLI, simply run the executable followed by the port numbers you want to kill processes on:
```
pkill ...
```## 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