ripz icon indicating copy to clipboard operation
ripz copied to clipboard

💡 ripgrep-powered zsh plugin alias reminder

:warning: unmaintained

let me (@jedahan) know if you want to take over, but the code is pretty hacky

ripz - alias tips powered by ripgrep

ripz reminds you of your aliases, so you use them more

ripz

installation

ripz depends on ripgrep

cargo install ripgrep

zplug

zplug jedahan/ripz

manual

git clone https://github.com/jedahan/ripz ripz && cd ripz
echo "source $(pwd)/ripz.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc

related

  • tipz a zsh implementation and inspiration for ripz
  • alias-tips - a python implementation