-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sort option? #260
Labels
duplicate
An issue that is duplicative of another.
Comments
This is a must for both input and output files. Please add! Something like this is already done but not sure if it's still developed. |
ripgrep has never done any sorting of any kind.
If you run ripgrep with `-j1`, then it will disable parallelism and should
result in deterministic output.
…On Dec 1, 2016 3:02 AM, "Joe Parker" ***@***.***> wrote:
This is a must for both input and output files. Please add!
Something like this is already done but not sure if it's still developed.
http://sgrep.sourceforge.net/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#260 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAb34qOPZyvdo5XjOWuQPeofDT1QIFZ7ks5rDn8cgaJpZM4LBGcQ>
.
|
sgrep appears to be a completely different kind of search tool and also looks completely unrelated to this specific issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
rg
withnvim
for my quickfix list, the results are no longer sorted. Thoughts on adding a sort option when sending output to a non-terminal? (It looks like the results do get sorted when it detects output is going to a terminal.)The text was updated successfully, but these errors were encountered: