diff options
Diffstat (limited to 'docs/usage.md')
| -rw-r--r-- | docs/usage.md | 8 |
1 files changed, 4 insertions, 4 deletions
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 ``` |
