|
|
|
|
|
by tredre3
904 days ago
|
|
One thing I never liked about ripgrep is that it doesn't have a pager. Yes, it can be configured to use the system-wide ones, but it's an extra step (and every time I have to google how to preserve colors) and on Windows you're SOL unless you install gnu utils or something. The author always refused to fix that. Ugrep not only has a pager built in, but it also allows searching the results which is super nice! And that feature works on all supported platforms! |
|
Then again I'm on Linux and can always pipe to less if I need to. I'm also not the target audience for ugrep because I've never noticed that grep would be slow. :shrug: