-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
rg
provides --sort
option. hgrep
also can support it.
Note that using --sort
option can slow hgrep
because sorting the matches means all matches must be calculated before printing them. For example, when a pattern matches to very last of large file, calculating highlights generally requires long time (since highlight must be calculated from the start of file).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request