config/oh-my-zsh/plugins/ripgrep
2023-02-27 20:04:56 +05:30
..
_ripgrep add zsh 2023-02-27 20:04:56 +05:30
README.md add zsh 2023-02-27 20:04:56 +05:30

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)