Can we make the output of ripgrep predictable? #2674
Answered
by
BurntSushi
aliasgar55
asked this question in
Q&A
-
The output of ripgrep is not predictable which makes its hard to track if we are reviewing each match and then doing a search again (which I do in vim) to check on the next match. If I can make it more predictable like sort it based on the filename or line number, that would be really helpful |
Beta Was this translation helpful? Give feedback.
Answered by
BurntSushi
Dec 4, 2023
Replies: 1 comment
-
Yes. Use the It does disable parallelism, so it may be slower. See #152 for more details on that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aliasgar55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Use the
--sort path
flag.It does disable parallelism, so it may be slower. See #152 for more details on that.