mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
doc: make the opening line a bit more descriptive
This mimics what was written in the man page. Closes #2401
This commit is contained in:
parent
00225a035b
commit
4fec9ffca8
@ -1,9 +1,9 @@
|
|||||||
ripgrep !!VERSION!!
|
ripgrep !!VERSION!!
|
||||||
Andrew Gallant <jamslam@gmail.com>
|
Andrew Gallant <jamslam@gmail.com>
|
||||||
|
|
||||||
ripgrep (rg) recursively searches the current directory for a regex pattern.
|
ripgrep (rg) recursively searches the current directory for lines matching
|
||||||
By default, ripgrep will respect gitignore rules and automatically skip hidden
|
a regex pattern. By default, ripgrep will respect gitignore rules and
|
||||||
files/directories and binary files.
|
automatically skip hidden files/directories and binary files.
|
||||||
|
|
||||||
Use -h for short descriptions and --help for more details.
|
Use -h for short descriptions and --help for more details.
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
ripgrep !!VERSION!!
|
ripgrep !!VERSION!!
|
||||||
Andrew Gallant <jamslam@gmail.com>
|
Andrew Gallant <jamslam@gmail.com>
|
||||||
|
|
||||||
ripgrep (rg) recursively searches the current directory for a regex pattern.
|
ripgrep (rg) recursively searches the current directory for lines matching
|
||||||
By default, ripgrep will respect gitignore rules and automatically skip hidden
|
a regex pattern. By default, ripgrep will respect gitignore rules and
|
||||||
files/directories and binary files.
|
automatically skip hidden files/directories and binary files.
|
||||||
|
|
||||||
Use -h for short descriptions and --help for more details.
|
Use -h for short descriptions and --help for more details.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user