I built Network Doctor, an open-source terminal app that shows where your connection breaks
▲ 17 r/linuxadmin+5 crossposts

I built Network Doctor, an open-source terminal app that shows where your connection breaks

When a host is unreachable, troubleshooting usually means running ping, dig, curl, and traceroute, and others, then piecing their outputs together.

So I built Network Doctor to solve that issue!

It checks the connection in stages, and explains where the chain failed in plain English.

Check it out: https://github.com/heymaikol/network-doctor

u/mplaczek99 — 4 days ago
▲ 29 r/coolgithubprojects+1 crossposts

I Built Network Doctor (A TUI to show where network connections break)

I kept reaching for ping, dig, curl, and traceroute to answer one question: where is this connection actually failing?

So I built Network Doctor. You can select a row to see the evidence or run the relevant platform tool. It also produces stable JSON for scripts too.

It is Apache-2.0, written in Go with Bubble Tea, and runs on Linux, macOS, and Windows (and others probably (did not test that))

GitHub: https://github.com/heymaikol/network-doctor

I would especially value reports of real networks it diagnoses incorrectly or incompletely.

u/mplaczek99 — 25 days ago
▲ 5 r/hyprland+1 crossposts

I made hstui, a TUI for controlling hyprsunset

Hey everyone,

I made hstui, a simple TUI for controlling hyprsunset.

Instead of typing hyprctl commands every time, hstui lets you customize profiles, and even save the configuration from a small TUI, and other things too.

https://preview.redd.it/avkscrva5b9h1.png?width=447&format=png&auto=webp&s=03b5cee0754939fe4884755634afd8e940d212b2

Repo:

https://github.com/mplaczek99/hstui

I made this for my own Hyprland setup, but I thought others might find it useful. Feedback is always welcome, especially on what features would make it better.

It's on the AUR:

https://aur.archlinux.org/packages/hstui

reddit.com
u/mplaczek99 — 2 months ago