diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-07 14:42:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-07 14:42:00 +0300 |
| commit | 54aa859adc8c96e8bc6551c0c7d40446144c98ea (patch) | |
| tree | c1fcea2cec46671f0719b5f61b17f8648ba9bc53 /docs/usage.md | |
| parent | 4c93677c79983560eea13c372a20ed78f02af4f9 (diff) | |
docs: document simplify action prompts; update examples and flags; add simplify entries to config.toml.example
Diffstat (limited to 'docs/usage.md')
| -rw-r--r-- | docs/usage.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/usage.md b/docs/usage.md index fb65596..925ac26 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -108,6 +108,7 @@ hexai 'install ripgrep on macOS and explain' `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]`. + - Includes: Rewrite selection, Simplify and improve, Document code, Generate Go unit test(s), Skip. - Output is written to stdout by default, or to a file via `--outfile`. Input formats |
