I read the website and still don't understand what this solves. Doesn't tmux and zellij do all of these things that 'herdr' does?
Herdr: One terminal to rule them all
131–140 of 189 posts
Re: Herdr: One terminal to rule them all
#132Earlier quoted context omitted.
Not the above person, and I usually max out around 5 although I have definitely had 10 or more at some point. Assuming I'm working on one repo, I'll have different worktrees, each for a related area. For example, one worktree for each of: ui, small bug fixes, feature A, feature B, and so on. Each worktree will have one active write agent, but I have a special docs/plans folder where I can have additional agents doing…
> I'll spin up a "quality pass" agent that will make sure all tests/lint etc. pass Why would you need an agent more than one time to create a script then use one command to launch it? What's the added value of the agent there?
1. Merges in the dev branch
2. runs the various tests and static checks
3. Fixes any small issues with the context of what was fixed on this branch
4. Stops and reports if there's any major issues
Or
5. Handles the merge back to dev if all is green.
Re: Herdr: One terminal to rule them all
#133I get why folks use tmux/herdr, but I already use i3wm/Hyprland for window/workspace management, and want to have "shared first class windows" instead of dual binds of "super-based binds for i3 windows ... oh wait control-a based binds for tmux panes". Has anyone got a tool/setup that is tmux-like but the remote terminals/panes are all local/native windows?
Re: Herdr: One terminal to rule them all
#134Re: Herdr: One terminal to rule them all
#135Earlier quoted context omitted.
Mobile support?
If there was a mobile app or at least some kind of agent agnostic telegram integration then I'd be more interested.
1- https://github.com/dcolinmorgan/herdr-remote Support Cloudflare, Telegram, .. quite buggy to me
2- https://github.com/0cv/herdr-mobile-relay Forked from the original one but improved and usable on phones, however the scope narrowed down to Cloudflare only
Re: Herdr: One terminal to rule them all
#136So I've tried to figure out why you might want to use this over Tmux, and essentially I think it comes to down to: - everything is mouse clickable - tmux style display-popups are used for friendly UI interactions everywhere - it has a UI for agents running in panes, with a cool status (idle/working) display - has opinionated defaults like automatic clipboard copy on mouse text select - makes nested sessions easier &…
It's better than tmux. I've used both extensively, there's no reason to use tmux again.
You end up having to wrap everything in adapter scripts because it is so verbose as well as so unmemorable, along with that, it has no built in help, not even -h
Re: Herdr: One terminal to rule them all
#137So I've tried to figure out why you might want to use this over Tmux, and essentially I think it comes to down to: - everything is mouse clickable - tmux style display-popups are used for friendly UI interactions everywhere - it has a UI for agents running in panes, with a cool status (idle/working) display - has opinionated defaults like automatic clipboard copy on mouse text select - makes nested sessions easier &…
You can enable mouse in tmux as well.
Re: Herdr: One terminal to rule them all
#138> Popular with engineers from... (bunch of logos) > Individual engineers, not company endorsements. Bold haha. Maybe that's fine with the disclaimer, but feels like lawyer-bait.
Re: Herdr: One terminal to rule them all
#139So I've tried to figure out why you might want to use this over Tmux, and essentially I think it comes to down to: - everything is mouse clickable - tmux style display-popups are used for friendly UI interactions everywhere - it has a UI for agents running in panes, with a cool status (idle/working) display - has opinionated defaults like automatic clipboard copy on mouse text select - makes nested sessions easier &…
It's better than tmux. I've used both extensively, there's no reason to use tmux again.
Re: Herdr: One terminal to rule them all
#140So I've tried to figure out why you might want to use this over Tmux, and essentially I think it comes to down to: - everything is mouse clickable - tmux style display-popups are used for friendly UI interactions everywhere - it has a UI for agents running in panes, with a cool status (idle/working) display - has opinionated defaults like automatic clipboard copy on mouse text select - makes nested sessions easier &…
I wanted to mention that `zmx` is a beautiful piece of minimal software that basically has gotten rid of my tmux and zellij use. Uses a ghostty-based terminal emulator for each session, supports pretty much all of these features by leveraging ghostty. I truly don’t see the benefit of something like herdr over this minimal, robust setup. If I really wanted a lot of customization for AI assistants, I’d consider using O…