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)
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
README.md | feat(ripgrep): update `rg` completion to v13.0.0 (#10687) | |
_ripgrep | feat(ripgrep): update `rg` completion to v13.0.0 (#10687) |
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)