ohmyzsh/plugins/ripgrep
2022-11-04 19:34:02 +01:00
..
_ripgrep docs: fix some capitalization typos(#11293) 2022-11-04 19:34:02 +01:00
README.md

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)