dotfiles/zsh/.oh-my-zsh/plugins/ripgrep
2021-01-19 21:01:53 +01:00
..
_ripgrep Initial dot-file commit after setting up repo and playing with stow 2021-01-19 21:01:53 +01:00
README.md Initial dot-file commit after setting up repo and playing with stow 2021-01-19 21:01:53 +01:00

ripgrep

This plugin adds completion for the text search tool ripgrep, also known as rg.

To use it, add ripgrep to the plugins array in your zshrc file:

plugins=(... ripgrep)

Completion is taken from the ripgrep release 11.0.2.

Updated on August 16th, 2019.