diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-08 11:16:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-08 11:16:46 +0200 |
| commit | 3698679c27896d0e77f677a769c7ac1437f7e042 (patch) | |
| tree | fd9bc755901188ed9bfef9b0665f7312f0f67a6b /docs/buildandinstall.md | |
| parent | 5e825543dc55a2c649e68dce6341844ad71fa217 (diff) | |
add hexai-tmux-edit documentation to all doc files
Update README, build guide, configuration guide, usage guide, and tmux
guide with hexai-tmux-edit popup editor documentation including supported
agents, keybinding setup, flags, workflow, and configuration examples.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs/buildandinstall.md')
| -rw-r--r-- | docs/buildandinstall.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/buildandinstall.md b/docs/buildandinstall.md index 7400eda..89a7c57 100644 --- a/docs/buildandinstall.md +++ b/docs/buildandinstall.md @@ -3,7 +3,7 @@ Hexai uses Mage for developer tasks. Install Mage, then run targets like build, dev, test, and install. - Install Mage: `go install github.com/magefile/mage@latest` -- Build binaries: `mage build` (produces `hexai`, `hexai-lsp`, and `hexai-tmux-action`) +- Build binaries: `mage build` (produces `hexai`, `hexai-lsp`, `hexai-tmux-action`, and `hexai-tmux-edit`) - Dev build (+ tests, vet, lint): `mage dev` - Run tests: `mage test` - Run tests with coverage: `go test ./... -cover` @@ -21,3 +21,4 @@ Either use the Mage method as mentioned above, or install directly with: - CLI: `go install codeberg.org/snonux/hexai/cmd/hexai@latest` - LSP: `go install codeberg.org/snonux/hexai/cmd/hexai-lsp@latest` - Action runner: `go install codeberg.org/snonux/hexai/cmd/hexai-tmux-action@latest` +- Tmux popup editor: `go install codeberg.org/snonux/hexai/cmd/hexai-tmux-edit@latest` |
