Herdr:统领一切的终端
Herdr: One terminal to rule them all

原始链接: https://herdr.dev/

没有重建聊天视图。真正的 PTY 进程,具备可点击的布局、持久化会话,以及你的 AI Agent 可以直接使用的控制界面。 真实的窗格:以鼠标优先的窗格、标签页和工作区。保留你原有的 Shell、字体和快捷键。 Agent 状态:在整个会话中,随时一目了然地查看阻塞、运行中、已完成和空闲状态。 持久化:支持分离与重新连接。即使关闭终端,会话和 Agent 依然存在。 控制界面:通过 CLI 和 JSON Socket API 来管理工作区、窗格、输出和等待任务。 ```bash herdr workspace create --cwd ~/project --label api herdr tab create --label logs herdr pane split 1-1 --direction right herdr pane run 1-2 "just test" herdr wait agent-status 1-1 --status done herdr pane read 1-2 --source recent-unwrapped ```

关于 **Herdr**——这款被称为“统治所有终端的唯一终端”的终端多路复用器——在 Hacker News 上的讨论显示社区意见分歧。支持者称赞 Herdr 现代化的“鼠标优先”用户体验、直观的终端界面(TUI)以及管理 AI 智能体的专项功能;而质疑者则认为,这些优势在 `tmux` 或 `zellij` 等成熟工具中大多可以实现。 **讨论要点总结:** * **优点:** 用户赞赏其开箱即用的易用性、响应式的移动端友好布局、集成的智能体状态追踪以及自动化的 `git worktree` 管理。许多人认为其“鼠标优先”的交互方式和清晰的视觉化工作空间组织,比 `tmux` 更陡峭的学习曲线更胜一筹。 * **缺点:** 批评者质疑开发新工具的必要性,并指出 `tmux` 本身就支持鼠标交互、可编程状态栏和远程会话。一些用户觉得该项目带有“氛围编程”的特质令人反感,或认为其营销方式(引用各大科技公司的 Logo)具有误导性。 * **替代方案:** 讨论串强调了丰富的替代选择,包括 `zmx`、`zellij`、`supacode` 以及自定义配置。 归根结底,Herdr 似乎正在那些追求“全功能集成”、且针对多智能体工作流进行深度优化的用户群体中寻找自己的定位。
相关文章

原文

No rebuilt chat view. Real processes in real PTYs, with clickable layout, persistent sessions, and a control surface your agents can use themselves.

Real panes

Mouse-first panes, tabs, and workspaces. Keep your shell, fonts, and keybinds.

Agent state

Blocked, working, done, and idle at a glance across the whole session.

Persistence

Detach and reattach. Sessions and agents survive the terminal closing.

Control surface

A CLI and JSON socket API expose workspaces, panes, output, and waits.


herdr workspace create --cwd ~/project --label api
herdr tab create --label logs


herdr pane split 1-1 --direction right
herdr pane run 1-2 "just test"


herdr wait agent-status 1-1 --status done
herdr pane read 1-2 --source recent-unwrapped
联系我们 contact @ memedata.com