Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/herdr-cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# herdr チートシート

複数の AI コーディングエージェント(codex / claude 等)を束ねる端末マルチプレクサ
[herdr](https://github.com/ogulcancelik/herdr) の起動・キーバインド・設定挙動のリファレンス。
[herdr](https://github.com/herdrdev/herdr) の起動・キーバインド・設定挙動のリファレンス。
単一の Rust バイナリで、tmux 級の永続セッション + エージェント状態検知 + socket API を提供する。

- **導入**: aqua で管理(`dot_config/aquaproj-aqua/aqua.yaml` の `ogulcancelik/herdr`)
- **導入**: aqua で管理(`dot_config/aquaproj-aqua/aqua.yaml` の `herdrdev/herdr`)
- **設定ファイル**: `~/.config/herdr/config.toml`(chezmoi ソース = `dot_config/herdr/config.toml`)
- **prefix キー**: `Ctrl-b`(herdr デフォルト。tmux の `Ctrl-a` とは別キー。以下 `<prefix>` と表記)
- **テーマ**: Catppuccin(ghostty / nvim と統一)
Expand Down
36 changes: 8 additions & 28 deletions dot_config/aquaproj-aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,23 +231,23 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/herdrdev/herdr/v0.7.5/herdr-linux-aarch64",
"checksum": "32E763A1499A6B694B1D708E4F062B743BE1DA9F34FCFA4D212D6DB6FE09A8B9",
"id": "github_release/github.com/herdrdev/herdr/v0.8.0/herdr-linux-aarch64",
"checksum": "F647AC66468D9EFBC642FE534FB284468F0AEA60641606FC008DFC0D82A3CA87",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/herdrdev/herdr/v0.7.5/herdr-linux-x86_64",
"checksum": "3DC83288073E4C2D3C679A30E7BE97BCCA9141C6FD17DBBB9219142E95C59253",
"id": "github_release/github.com/herdrdev/herdr/v0.8.0/herdr-linux-x86_64",
"checksum": "B872EA7E40FA2CB17E857AC9B62B1BF26DB7B403C622F5D2F3F5B35F6E9ACD28",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/herdrdev/herdr/v0.7.5/herdr-macos-aarch64",
"checksum": "37350546B0012555943B92EAF962665DE4E264395BAEB44227B8015E8FF5B0D6",
"id": "github_release/github.com/herdrdev/herdr/v0.8.0/herdr-macos-aarch64",
"checksum": "D53A9F93FCCFDFCC55632927BF51002F5ADD0AA7990BCDF508FFBD84AC658178",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/herdrdev/herdr/v0.7.5/herdr-macos-x86_64",
"checksum": "3FE50C4A63DC8102306B1322178628DDB3655CD3AE56D784F094153408D69E62",
"id": "github_release/github.com/herdrdev/herdr/v0.8.0/herdr-macos-x86_64",
"checksum": "77CB5AFD6C8FCAAAF3BC28E474EC01C209331AD08094E20D7F8AA9B0BB78D649",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -355,26 +355,6 @@
"checksum": "9FC3572829FFD13DEBB6E32555DA2C8CC02555568260A9FC4CF1F65BBCCA319C",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/ogulcancelik/herdr/v0.8.0/herdr-linux-aarch64",
"checksum": "F647AC66468D9EFBC642FE534FB284468F0AEA60641606FC008DFC0D82A3CA87",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/ogulcancelik/herdr/v0.8.0/herdr-linux-x86_64",
"checksum": "B872EA7E40FA2CB17E857AC9B62B1BF26DB7B403C622F5D2F3F5B35F6E9ACD28",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/ogulcancelik/herdr/v0.8.0/herdr-macos-aarch64",
"checksum": "D53A9F93FCCFDFCC55632927BF51002F5ADD0AA7990BCDF508FFBD84AC658178",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/ogulcancelik/herdr/v0.8.0/herdr-macos-x86_64",
"checksum": "77CB5AFD6C8FCAAAF3BC28E474EC01C209331AD08094E20D7F8AA9B0BB78D649",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/peco/peco/v0.6.0/peco_0.6.0_darwin_amd64.zip",
"checksum": "89DB4861044958F0EBE349B5009137FA8323390B6FF5C19F2CCBB578A6B03E54",
Expand Down
2 changes: 1 addition & 1 deletion dot_config/aquaproj-aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages:
- name: direnv/direnv@v2.37.1
- name: junegunn/fzf@v0.74.2
- name: peco/peco@v0.6.0
- name: ogulcancelik/herdr@v0.8.0 # 複数 AI コーディングエージェントを束ねる端末マルチプレクサ
- name: herdrdev/herdr@v0.8.0 # 複数 AI コーディングエージェントを束ねる端末マルチプレクサ
- name: sxyazi/yazi@v26.5.6 # プレビュー付きファイラ (herdr の popup から起動)
# --- editor: neovim + 検索バックエンド (fzf-lua) ---
- name: neovim/neovim@v0.12.4
Expand Down