Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 669 Bytes

readme.md

File metadata and controls

28 lines (16 loc) · 669 Bytes

⚠️ 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 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