@rajtiwariee/portkill
v1.0.0
Published
A beautiful, interactive CLI to identify and kill running processes on your ports.
Maintainers
Readme
Portkill 🔫
A beautiful, interactive Terminal User Interface (TUI) to identify and kill running processes on your ports.

Features
- Clean UI: Beautiful gradient header and clear table layout.
- Interactive: Navigate with arrow keys, kill with Enter.
- Safe: Clearly shows Process Name, PID, and Port before you act.
- Zero Config: Automatically scans your TCP ports.
How to use
Option 1: Run via npx (Recommended)
npx portkillOption 2: Global Installation
npm install -g portkillThen run it anywhere:
portkillOption 3: Run from Source
- Clone this repository.
- Install dependencies:
npm install - Build the project:
npm run build - Start the tool:
npm start
Development
Built with Ink, React, and TypeScript.
# Run in dev mode (watches for changes)
npm run devLicense
MIT
