ohmyzsh/plugins/ripgrep
Carlo Sala 5fad26ca4f
feat(ripgrep): update `rg` completion to v13.0.0 (#10687)
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
2022-02-11 20:45:09 +01:00
..
README.md feat(ripgrep): update `rg` completion to v13.0.0 (#10687) 2022-02-11 20:45:09 +01:00
_ripgrep feat(ripgrep): update `rg` completion to v13.0.0 (#10687) 2022-02-11 20:45:09 +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)