Hacker News new | ask | show | jobs
Show HN: Go – Based Unix GUI app for local network management (github.com)
2 points by yofabr 74 days ago
1 comments

What made you go with a full GUI over a TUI for this? I usually just chain ss and lsof in a terminal and call it a day, so I'm curious if having the port table always visible changed how you debug network stuff.
I built this project while learning GO. And ofcourse TUI is better and light weight.