Skip to content

Quick Reference

Fresh

Fast lookups, no prose.

PageWhat it covers
CommandsEvery CLI command in cheat-sheet form
KeybindingsDefault keys, prefix mode, navigate mode
TroubleshootingCommon problems and their fixes

The 10 commands you actually need

herdr                          # launch or attach to the default session
ctrl+b q                       # detach (everything keeps running)
herdr --remote workbox         # attach to a remote server as a thin client
herdr session attach work      # separate named session
herdr agent list               # what agents exist and their states
herdr agent wait reviewer --status done
herdr pane run 1-2 "npm test"  # run a command in a pane
herdr pane read 1-2 --source recent --lines 50
herdr integration install claude
herdr update                   # update from the configured channel