You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the project, just discovered it from other's link.
I'm considering replacing ripgrep with igrep (only install igrep), don't know if it is possible so far. But I have a few suggestions for igrep to make it better.
Support ripgrep's -w option which only show matches surrounded by word boundaries
Support ripgrep's --sort=SORTBY option which sorts the result according to SORTBY like path
Support ripgrep's --no-ignore option which ignores files such as .gitignore
Support bindings of fold/unflod for matches of current file or fold/unfold all the other files
Support filter by regex/path, which show only the typed regex paths in the tui window, or jump to the specific file based on typed regex
Support horizontal/vertical context viewer options which can be turned on by default after tui window is loaded
The text was updated successfully, but these errors were encountered:
@Bad3r Support for replacing results wouldn't be a simple extension of what is currently there, and I believe it wouldn't align with the original idea behind igrep - an interactive way to examine grep results. I'm not definitively saying "no" but I don't want to commit to this at the moment.
Thank you for the project, just discovered it from other's link.
I'm considering replacing ripgrep with igrep (only install igrep), don't know if it is possible so far. But I have a few suggestions for igrep to make it better.
-w
option which only show matches surrounded by word boundaries--sort=SORTBY
option which sorts the result according toSORTBY
like path--no-ignore
option which ignores files such as .gitignoreThe text was updated successfully, but these errors were encountered: