1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00
Andrew Gallant 69095cf5c3 Add an error message for catching a common failure mode.
If you're in a directory that has a parent .gitignore (like, your $HOME),
then it can cause ripgrep to simply not do anything depending on your
ignore rules.

There are probably other scenarios where ripgrep applies some filter that
an end user doesn't expect, so try to catch the worst case (when ripgrep
doesn't search anything).
2016-09-20 20:25:24 -04:00
2016-09-16 18:22:35 -04:00
2016-09-20 16:35:09 -04:00
2016-09-09 18:10:20 -04:00
2016-09-17 11:32:47 -04:00
2016-09-20 20:24:03 -04:00
2016-09-11 19:05:53 -04:00
2016-09-09 23:19:37 -04:00
2016-09-08 21:47:49 -04:00
2016-09-19 21:56:00 -04:00
2016-09-19 21:56:00 -04:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00
2016-09-20 20:24:03 -04:00
2016-09-13 21:23:22 -04:00
2016-02-27 11:07:26 -05:00

UNDER DEVELOPMENT.

ripgrep (rg)

ripgrep combines the usability of the silver searcher with the raw speed of grep.

Description
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Readme 12 MiB
Languages
Rust 94.4%
Python 2.7%
Shell 2.1%
Roff 0.8%