All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Port Kill: Lightweight macOS Status Bar App for Development Port Monitoring and Process Management

By

lexokoh

9mo ago· 6 min readenCode

Summary

Port Kill is a lightweight macOS status bar application that monitors development processes running on ports 2000-6000. The app provides real-time monitoring by scanning ports every 5 seconds using lsof commands, displays process count through a color-coded status bar icon (green for 0 processes, red for 1-9, orange for 10+), and offers dynamic context menus that update every 3 seconds. Users can kill individual processes or all detected processes with one click, making it useful for developers who need to manage multiple local development servers and processes.

Key quotes

· 5 pulled
A lightweight macOS status bar app that monitors and manages development processes running on ports 2000-6000
Scans ports 2000-6000 every 5 seconds using lsof commands
Shows process count with color-coded center (green=0, red=1-9, orange=10+)
Dynamic Context Menu: Updates every 3 seconds with current processes and kill options
One-Click Process Killing: Click any menu item to kill all detected processes
Snippet from the RSS feed
A lightweight mac status bar development port monitor - kagehq/port-kill

You might also wanna read