summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-25 16:19:03 +0300
committerPaul Buetow <paul@buetow.org>2026-04-25 16:19:03 +0300
commitd382cdf04a867b168ebd04a5b9686b132ae0247d (patch)
tree77b7548c336af7d7c98307498c38d9df0cfab6e5 /README.md
parenta1031b761ff0c5cd79f3f0906e5c3b33fa849f37 (diff)
docs: update documentation for popup, fix_typos, and configurable menu
- README: expand hexai-tmux-action bullet with popup mode, all built-in hotkeys, configurable menu, and overridable prompts - configuration.md: update TUI section (split→popup, new popup flags, configurable menu example, prompt key-prefix table) - usage.md: update Hexai Action section with full hotkey table and configurable menu mention Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e71e93b..9da94e1 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,11 @@ It has got improved capabilities for Go code understanding (for example, create
- File-based storage with JSONL format (git-friendly)
- Built-in meta-prompts for interactive prompt creation and management
* TUI AI code-action runner (`hexai-tmux-action`) with Bubble Tea
- - Includes a "Custom prompt" action (hotkey `p`) that opens your editor (`$HEXAI_EDITOR` or `$EDITOR`) on a temporary Markdown file.
+ - Opens as a tmux popup when invoked from Helix `:pipe`
+ - Built-in actions: Rewrite (`r`), Simplify (`i`), Document (`c`), Go tests (`t`), Fix typos (`f`), Custom prompt (`p`), Skip (`s`)
+ - Fully configurable menu via `[[tmux_action.menu]]` — reorder, remove, rename, rebind hotkeys, embed custom actions directly in main menu
+ - All action prompts overridable via `[prompts.code_action]` in `config.toml`
+ - Custom prompt action opens your editor (`$HEXAI_EDITOR` or `$EDITOR`) on a temporary Markdown file
* Tmux popup editor (`hexai-tmux-edit`) for composing longer AI agent prompts
- Opens `$EDITOR` in a tmux popup, pre-filled with the current prompt text
- Auto-detects Cursor, Amp, Aider (WIP), and other agents