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
This is a bug, but I do not believe it can be fixed in a way that doesn't produce more serious bugs. The simplest work-around is to create a pipe: cat /dev/urandom | rg ..
What version of ripgrep are you using?
ripgrep 0.8.1
What operating system are you using ripgrep on?
macOS High Sierra
Bug
This works:
This doesn't:
$ rg . < /dev/urandom
or more practical example:
$ rg -uuu -o abc < /dev/urandom
It seems it fallback into searching the current folder.
However this syntax work:
I believe it should work similar as other tools, e.g.
The text was updated successfully, but these errors were encountered: