m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Update README: rg intead of pt

This commit is contained in:
Junegunn Choi
2017-07-29 15:41:55 +09:00
parent 4c5a679066
commit 5e302c70e9

View File

@@ -393,7 +393,7 @@ Tips
#### Respecting `.gitignore`, `.hgignore`, and `svn:ignore`
[ag](https://github.com/ggreer/the_silver_searcher) or
[pt](https://github.com/monochromegane/the_platinum_searcher) will do the
[rg](https://github.com/BurntSushi/ripgrep) will do the
filtering:
```sh