herdr, the tmux alternative you never knew you needed

11 views
Skip to first unread message

Alan Timm

unread,
Jul 27, 2026, 11:25:34 PM (10 days ago) Jul 27
to RSSC-List
https://herdr.dev/docs/quick-start/

expecially if you find yourself juggling multiple terminals, herdr makes it really easy.

I actually appended herdr to alfiebot's ~/.zshrc so when I ssh into the bot this is what i see.

It's very easy to see and switch between different terminal windows, and it also intelligently handles several coding agents if that's your thing.  the left hand tab list is super handy.


screenshot_20260727_120812.jpg

Alan Timm

unread,
Aug 1, 2026, 9:48:18 PM (5 days ago) Aug 1
to RSSC-List
for anyone adding this to their ~/.bashrc or ~/.zshrc so you automatically get herdr with every ssh and local shell.

add it like this and you won't have any warnings about launching herdr within herdr (herdr-ception)
Otherwise shells in herdr will attempt to launch herdr and... you get a warning.

# only launch herdr for interactive shells that aren't already inside one
if [[ -z "$HERDR_ENV" && -o interactive ]]; then
  herdr
fi


Reply all
Reply to author
Forward
0 new messages