Show HN: Go – Based Unix GUI app for local network management(github.com)
github.com
Show HN: Go – Based Unix GUI app for local network management
https://github.com/yofabr/nocta
2 コメント
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.