Releases: emhat098/ev
Releases · emhat098/ev
Release list
v1.0.0
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:
g→git→status→-v, andgh repo l→list - Local cache for PATH tools + curated chains + optional
--helpdiscovery - Manual cache only — run
ev-rebuild-cacheafter 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-cacheOr from a local checkout: ./install.sh then exec zsh.
Notes
- Requires Zsh 5.9+
- After
apt/brew/npminstalls, refresh withev-rebuild-cache - See the README for keys, config, and troubleshooting