Skip to content

v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 23:50

What's New in 0.1.3

Added

  • zsh and bash init scripts now auto-bind Alt+Z to the widget, so a single eval "$(zxcv init <shell>)" is enough. The bash binding is gated to interactive shells and bash 4+ (the macOS system bash 3.2 prints a clear warning instead of silently failing).
  • The regenerate key is configurable via [keys] regenerate in the config file.

Changed

  • Enter is now context-sensitive: it selects the highlighted candidate when the query matches history, and generates with the LLM when there is no match.
  • The default regenerate key is now Ctrl-L (previously Ctrl-G).
  • Generated candidates are listed before history so the most likely LLM result sits at the cursor's initial position — no scrolling up to reach fresh results.

Install zxcv 0.1.3

Shell script (macOS / Linux)

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kuzukawa/zxcv/releases/download/v0.1.3/zxcv-installer.sh | sh

Homebrew

brew install kuzukawa/tap/zxcv

See the CHANGELOG for full history.