惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
D
Docker
J
Java Code Geeks
腾讯CDC
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
博客园 - Franky
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - abhaikollara/portscout
TheThirdTuri · 2026-04-30 · via Hacker News: Show HN

A terminal UI tool for monitoring network connections and managing the processes behind them. Built with Bubble Tea.

Install

Homebrew (macOS, Apple Silicon)

brew tap abhaikollara/tap
brew install portscout

From source

go install github.com/abhaikollara/portscout@latest

Manual

git clone https://github.com/abhaikollara/portscout.git
cd portscout
make install

Usage

portscout            # Launch the interactive TUI
portscout 8080       # Show process details for port 8080
portscout -k 8080    # Kill the process on port 8080
portscout --version  # Print version

Note: Some connections require elevated permissions to resolve process names. Run with sudo if you see unknown processes.

Keybindings

Key Action
q / Ctrl+C Quit
/ Start filtering by port, process name, protocol, or remote address
Enter Filter mode: confirm filter. Normal mode: view process details. Group mode: drill down into process
Esc Clear filter / exit filter mode
k Kill selected process (with confirmation)
s Cycle sort column (Port, Process, PID, Proto, Status, Remote)
S Reverse sort direction
f Freeze / unfreeze auto-refresh
g Toggle group-by-PID view
Up / Down Navigate rows

Features

Live connection table -- Shows port, process name, PID, protocol (TCP/UDP), status, and remote address. Auto-refreshes every second.

Search and filter -- Press / and type to filter by any field. Partial matches work -- typing node shows all Node.js connections, typing 8080 shows anything on that port.

Process detail view -- Press Enter on any row to see full process info: command line, user, CPU/memory usage, file descriptors, working directory, and start time.

Group by PID -- Press g to collapse connections by process. Shows connection count per process, sorted by most connections. Press Enter on a group to drill down into that process's individual connections.

Kill processes -- Press k on any row, confirm with y. Works in both normal and grouped views.

Sort -- Press s to cycle the sort column, S to reverse direction. Active sort column shows a / indicator.

Freeze -- Press f to pause auto-refresh. Useful for inspecting a snapshot without the table updating under you.

Tech Stack

Built with Claude

This project was built entirely using Claude Code.

License

MIT