mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
readme: add note about 'rg -uuu'
I'm not sure about putting this in such a prominent spot, and it does bloat the introductory paragraph a bit, but it seems like an important special case.
This commit is contained in:
parent
4386b8e805
commit
5b2f614aad
10
README.md
10
README.md
@ -2,11 +2,11 @@ ripgrep (rg)
|
|||||||
------------
|
------------
|
||||||
ripgrep is a line-oriented search tool that recursively searches the current
|
ripgrep is a line-oriented search tool that recursively searches the current
|
||||||
directory for a regex pattern. By default, ripgrep will respect gitignore rules
|
directory for a regex pattern. By default, ripgrep will respect gitignore rules
|
||||||
and automatically skip hidden files/directories and binary files. ripgrep
|
and automatically skip hidden files/directories and binary files. (To disable
|
||||||
has first class support on Windows, macOS and Linux, with binary downloads
|
all automatic filtering by default, use `rg -uuu`.) ripgrep has first class
|
||||||
available for [every release](https://github.com/BurntSushi/ripgrep/releases).
|
support on Windows, macOS and Linux, with binary downloads available for [every
|
||||||
ripgrep is similar to other popular search tools like The Silver Searcher, ack
|
release](https://github.com/BurntSushi/ripgrep/releases). ripgrep is similar to
|
||||||
and grep.
|
other popular search tools like The Silver Searcher, ack and grep.
|
||||||
|
|
||||||
[](https://github.com/BurntSushi/ripgrep/actions)
|
[](https://github.com/BurntSushi/ripgrep/actions)
|
||||||
[](https://crates.io/crates/ripgrep)
|
[](https://crates.io/crates/ripgrep)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user