Live data from Hacker News

Show HN: Go – Based Unix GUI app for local network management

github.com

1–3 of 3 posts

Re: Show HN: Go – Based Unix GUI app for local network management

#3

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.