]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/ripgrep/README.md
ab9d041166656cc94500e0d622d595073d47584d
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / ripgrep / README.md
1 # ripgrep
2
3 This plugin adds completion for the text search tool [`ripgrep`](https://github.com/BurntSushi/ripgrep), also known as `rg`.
4
5 To use it, add `ripgrep` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... ripgrep)
9 ```