ugrep
ugrep copied to clipboard
[FR] input all options and patterns by json to do more complex search
For example, I want to search by regex pattern and fixed-string pattern in one time. Or, I want search some patterns with -g GLOB1 and some other patterns with -g GLOB2.
I can do these things by run ug multi times, but maybe a build in way can get better performance? such as searching compressed files?