mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-24 17:12:16 +02:00
readme: include details about filtering
Despite the fact that we mention this in several places, people are still surprised by ripgrep's "smart" filtering.
This commit is contained in:
parent
1c7c4e6640
commit
59fc583aeb
@ -1,11 +1,12 @@
|
|||||||
ripgrep (rg)
|
ripgrep (rg)
|
||||||
------------
|
------------
|
||||||
ripgrep is a line-oriented search tool that recursively searches your current
|
ripgrep is a line-oriented search tool that recursively searches your current
|
||||||
directory for a regex pattern while respecting your gitignore rules. ripgrep
|
directory for a regex pattern. By default, ripgrep will respect your .gitignore
|
||||||
|
and automatically skip hidden files/directories and binary files. ripgrep
|
||||||
has first class support on Windows, macOS and Linux, with binary downloads
|
has first class support on Windows, macOS and Linux, with binary downloads
|
||||||
available for [every release](https://github.com/BurntSushi/ripgrep/releases).
|
available for [every release](https://github.com/BurntSushi/ripgrep/releases).
|
||||||
ripgrep is similar to other popular search tools like The Silver Searcher,
|
ripgrep is similar to other popular search tools like The Silver Searcher, ack
|
||||||
ack and grep.
|
and grep.
|
||||||
|
|
||||||
[](https://travis-ci.org/BurntSushi/ripgrep)
|
[](https://travis-ci.org/BurntSushi/ripgrep)
|
||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user