ohmyzsh/plugins/ripgrep
Frieder Bluemle 9f2bbebdf7
docs: fix some capitalization typos(#11293)
2022-11-04 19:34:02 +01:00
..
README.md feat(ripgrep): update `rg` completion to v13.0.0 (#10687) 2022-02-11 20:45:09 +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)