Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
1–10 of 19 posts
Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#2Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#3I hate to be that guy, but why would I use this over tmux? All of the features and qualities noted in the readme do not feel novel or unique.
But fair question. If tmux already fits your workflow, there may be no reason to switch. hrdx is more opinionated around running multiple coding agents across projects: it provides a workspace and pane sidebar, agent activity and completion status, built-in launch/resume flows, persistent sessions and layouts, and an external control API. The tradeoff is that it is much younger and less configurable than tmux.
Try it, play around with it, love it or hate it :-)
Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#4I hate to be that guy, but why would I use this over tmux? All of the features and qualities noted in the readme do not feel novel or unique.
Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#5Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#6Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#7This looks nice. But I'm curious -- you're clearly inspired by https://herdr.dev (me too) but you must have had some reason to build your own version. So what's unique or what did you want to change?
Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#8This looks nice. But I'm curious -- you're clearly inspired by https://herdr.dev (me too) but you must have had some reason to build your own version. So what's unique or what did you want to change?
Yes, absolutely inspired by herdr. The main reason I built hrdx was that I wanted to explore the idea in Go and shape it around my own workflow. I focused on persistent PTY sessions, workspace and Git branch organization, agent activity indicators, custom agent harnesses, and a socket API for external automation. There is definitely overlap, and I'm not claiming the underlying idea is unique. It is mostly my own take…
Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#9This looks nice. But I'm curious -- you're clearly inspired by https://herdr.dev (me too) but you must have had some reason to build your own version. So what's unique or what did you want to change?
TL;DR why would I accept someone elses' vibe coded tool, when I can build my own to my exact specification?
Re: Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.
#10I hate to be that guy, but why would I use this over tmux? All of the features and qualities noted in the readme do not feel novel or unique.