herdr plus — Supercharge herdr.Docs<br>Quick start<br>Examples<br>Configuration<br>llms.txt<br>GitHub ↗<br>Install herdr-plus
An extension platform for herdrSupercharge herdr.<br>Quick actions in any tab. Whole workspaces from one file. An open-source extension platform for the herdr terminal.<br>Install in one line<br>Read the quick start<br>curl -fsSL https://raw.githubusercontent.com/cloudmanic/herdr-plus/main/install.sh | sh
Copy<br>Open source · Free forever · macOS & Linux · no Electron
herdr plus — product tour
Watch herdr-plus spin up a whole workspace and launch actions without leaving your terminal.
New here? Start with this<br>It’s a plugin layer for your terminal.<br>herdr is a<br>terminal multiplexer and agent runtime — tmux-style panes, persistent sessions, and an API<br>that agents can drive. herdr-plus is the open-source<br>extension platform that sits on top of it.<br>One small binary, installed as a herdr keybinding. Two features today —<br>Quick Actions and<br>Projects — with a plugin-style<br>modes system designed to grow. Everything is driven by plain TOML files you own.
Quick Actions<br>Projects<br>Don’t have herdr yet?
More modes soon<br>A plugin system that keeps growing.
+ Projects<br>Whole workspaces from one file.
+ Quick Actions<br>A fuzzy launcher in any tab.
herdr<br>The terminal underneath it all.
prefix + down — quick actions
Quick Actions<br>A fuzzy launcher in any tab.<br>Hit prefix ↓ and a focused split opens beneath your pane.<br>Fuzzy-find an action, press enter, and it runs — then the split closes itself. Your hands never leave the keyboard.<br>Three action types — run a command, pick from a select list, or type into a form.<br>Per-project actions — drop a .herdr-plus/ folder in a repo and its actions appear, grouped, only there.<br>Context-aware — commands are Go templates with {{.WorkDir}}, {{.Value}}, and more, also exported as HERDR_PLUS_* env vars.<br>Just files — one TOML per action in ~/.config/herdr-plus/. Add a file, get an action.<br>Quick Actions docs
Projects<br>Whole workspaces from one file.<br>Hit prefix ↑, pick a project, and herdr-plus builds the entire<br>workspace — every tab created, every split laid out, every startup command running. It replaces hand-written<br>workspace shell scripts with a config file you can read at a glance.<br>Declarative tabs — a name, a working directory, and an ordered list of tabs with startup commands.<br>Split panes — up to four panes per tab, stacked down or side-by-side right.<br>Paths that expand — ~ and $VARS resolve in working_dir.<br>Group by client — tag projects with a group and the browser clusters them under headings; the rest fall under Ungrouped.<br>One file per project — kept in ~/.config/herdr-plus/projects/. Versionable, shareable, yours.<br>Projects docs
prefix + up — projects
Built the way terminal people like it<br>Small, fast, and entirely yours.
Plain TOML, no UI<br>Every action and project is a file you can read, edit, version, and share. No databases, no dashboards.
Keyboard-native<br>Bound to your herdr prefix. Fuzzy-find, run, done — the launcher closes itself when the action fires.
A modes system<br>One binary, many modes. Control and Quick Actions today; the plugin surface is designed to grow.
Per-repo extensions<br>Ship a .herdr-plus/ folder with a repo and its actions show up — grouped and scoped — only inside it.
Idempotent install<br>herdr-plus install wires the keybinding and reloads herdr. It won’t duplicate or clobber an existing binding.
Free & open source<br>MIT-licensed, no telemetry, no lock-in. Auto-updates via Homebrew or the install script on every release.
Get started<br>Up and running in under a minute.<br>You’ll need herdr installed first. Then:
1Install the binary
Homebrew or a one-line script — your pick.<br>Homebrew<br>Install script<br>brew tap cloudmanic/herdr-plus https://github.com/cloudmanic/herdr-plus
Copy<br>brew install cloudmanic/herdr-plus/herdr-plus
Copy
curl -fsSL https://raw.githubusercontent.com/cloudmanic/herdr-plus/main/install.sh | sh
Copy<br>Linux & macOS · no Homebrew required · drops a single static binary into ~/.local/bin.
2Bind the keys
Wire the keybindings into herdr (it reloads automatically).<br>herdr-plus install
Copy<br>herdr-plus install --mode=quick-actions
Copy
Control → prefix ↑ · Quick Actions → prefix ↓
3Press the key
Inside herdr, hit your prefix and the bound key:<br>ctrl+bthen↑→ Projects<br>ctrl+bthen↓→ Quick Actions
Full quick start
Everything is documented.<br>Quick starts, every config field, the full action and project schemas, template variables, a copy-paste<br>cookbook, and troubleshooting. Read it top to bottom and you’ll know the whole product.<br>Read the docs<br>Examples & cookbook
Built for agents, too.<br>Point an LLM or coding agent at /llms.txt for a structured index, or<br>/llms-full.txt for the entire docs in one plain-text fetch.<br>curl -s https://herdrplus.com/llms-full.txt
Copy<br>llms.txt<br>llms-full.txt