From 23482b5d8da5c67da1fc501ddbafdd123be3972c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Sep 2025 14:29:35 +0300 Subject: feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux-only flow; update docs and Magefile --- docs/usage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/usage.md') diff --git a/docs/usage.md b/docs/usage.md index 05d6c55..fb65596 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -105,7 +105,7 @@ hexai 'install ripgrep on macOS and explain' ## Hexai Action (TUI) -`hexai-action` runs code actions over a selection or diagnostics+selection piped from stdin, or read from a file. +`hexai-tmux-action` runs code actions over a selection or diagnostics+selection piped from stdin, or read from a file. - Choose an action with arrow keys, `j/k`, `g/G`, Enter, or hotkeys `[s] [r] [c] [t]`. - Output is written to stdout by default, or to a file via `--outfile`. @@ -122,11 +122,11 @@ Examples ```sh # From stdin -cat input.go | hexai-action +cat input.go | hexai-tmux-action # From file to file -hexai-action --infile input.go --outfile output.go +hexai-tmux-action --infile input.go --outfile output.go # Using shell redirection -hexai-action < input.go > output.go +hexai-tmux-action < input.go > output.go ``` -- cgit v1.2.3