Skip to content

Releases: emhat098/ev

Release list

v1.0.0

Choose a tag to compare

@emhat098 emhat098 released this 04 Aug 10:02

ev v1.0.0

First public release of ev — progressive command suggestions under your zsh prompt.

Highlights

  • Ranked suggestion list under the normal prompt (not only ghost text)
  • Progressive chains: ggitstatus-v, and gh repo llist
  • Local cache for PATH tools + curated chains + optional --help discovery
  • Manual cache only — run ev-rebuild-cache after installing tools or editing chains (no rebuild on shell start or while typing)
  • Oh My Zsh / Antigen / Zinit / Zplug / manual install
  • Unit tests: zsh tests/run.zsh

Install

git clone https://github.com/emhat098/ev.git \
  ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ev
# add `ev` to plugins=(...) in ~/.zshrc
exec zsh
ev-rebuild-cache

Or from a local checkout: ./install.sh then exec zsh.

Notes

  • Requires Zsh 5.9+
  • After apt / brew / npm installs, refresh with ev-rebuild-cache
  • See the README for keys, config, and troubleshooting