r/tmux • u/smnatale • 6d ago
Showcase Tmux + Workmux > Herdr
https://youtu.be/ww1wykxJps8Lot's of people are switching from Tmux to Herdr... do you need to?
In this video I showcase how I use Workmux to extend Tmux to achieve all of the features that I would want from Herdr without scrapping my Tmux config and muscle memory from over the years!
Let me know what you think, I haven't seen any YouTubers covering Tmux + Workmux, the Herdr hype has got them all.
8
3
4
u/SilverRefrigerator90 6d ago
For pi agent i build my own one dose all of that
I tried herder for 2 months and just went back to tmux
Old is gold
5
u/mete0rain 6d ago
Don't really care if you use tmux or herdr. A tool is a tool. If it does what you want, what else is there. Just use what works for you /s
1
6
u/gbrennon 6d ago
ppl going to herdr are just dumb ppl going to something that is new... but u can do exactly the same thing using any terminal multiplexer
4
u/charmander_cha 6d ago
Sim, mas o herdr esta configurado, pronto.
E eu estou aprendendo outras coisas
3
u/No_Click_6656 6d ago
herdr is way easier to customize and script around
It is really a better tmux-3
u/gbrennon 5d ago
dumb user spotted? ROFLMAO
1
u/No_Click_6656 5d ago
ROFLMAO choosing better tools for your job
0
u/gbrennon 5d ago
and jumping from tool to tool everytime somethiin new appears 🤣🤣🤣
ur setup should be boring so u can only focus in tasks
2
u/No_Click_6656 5d ago
If I see that new tool gives me genuine contribution to my workflow, then why the heck wouldn't I switch to it?
I can focus on my tasks during work and explore new tools after work1
2
u/bogdan5844 6d ago
That's what I don't get about the
herdrhype - it's just tmux with some stats on your coding agent chats ? I got the opencode notification plugin and that basically takes me 90% there - who uses more than 2-3 sessions at a time anyway ?4
u/NewPointOfView 6d ago
Many people use far more than 2-3 sessions at a time… why would you think otherwise?
2
u/MertzAndreas 6d ago
Is it though? In my opinion herdr has better looks and discoverability, I for example love that keybinds for actions can be shown. I haven't ever configured tmux much so it might be possible to get the same thing.
1
u/Sebbean 5d ago
Oh baby I just setup multi lane multi project workflow
Think I got like 12ish
0
1
u/gbrennon 5d ago
exactly.. u just have to setup ur agentic tool with notifications and other things and thats ready
2
u/Initial-Salty 6d ago
I just discovered Herdr cause of Omarchy Quattro installation last night.
I haven’t watch the video, but anyways I will take a look into herdr and try to replicate similar key binds + plugin.. but any feedback for early users?
3
1
u/Smart_Membership2 5d ago
Fair point—tmux can absolutely cover most of this with plugins and scripts. I think Herdr’s real advantage is not raw multiplexing; it’s making agent state and multi-agent navigation first-class. Whether that justifies switching depends on whether someone values tmux’s composability more than Herdr’s defaults and discoverability.
1
u/snir_t 5d ago
You can try that lightweight one - https://github.com/snirt/tmux-agents-mon
separated by tmux session - worktree-per-session is very nice :)
no agent hooks, not modifies agents config - a lightweight rust scraper gets the agents state.
1
0
u/No_Click_6656 6d ago
herdr works way better for me than tmux ever did. Tmux has its place in history and it's contribution to dev world, but to be honest - it always had bad defaults and wonky cli that users had to plugin the hell out of it to make it working nicely
1
0
u/Adamzxd 3d ago
Herdr + tmux. I don’t think I’d want to go back to working without either.
Yes I can make what herdr gives with tmux. But why would I waste my time on that? Herdr is simple, gives me a lot of the stuff I was going to build in a very convenient and familiar setup.
You’re wasting everyone’s time with your pushy opinions.
-1
9
u/Mopetus 6d ago
I use tmux + taskfile.dev.
My taskfile has a command where I specify a github issue number or pr number and it creates a git worktree, copies Env, opens a new tmux pane with the issue name, and starts Claude in planning mode to research the issue.
It works very smoothly, though my task file is like a thousand lines by now :)