mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-11 14:30:24 +02: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:
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user