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 unlikely a bug in ripgrep, and likely an issue with PowerShell.
If there's an easy fix that ripgrep (or more likely, the atty crate) can do, then folks are welcome to do the research and propose a fix. But I have no plans to do that.
What version of ripgrep are you using?
How did you install ripgrep?
brew install ripgrep
What operating system are you using ripgrep on?
macOS Big Sur 11.0.1 (20B29)
Describe your bug.
Under PowerShell, when piping output to ripgrep it seems to search in the current directory instead of in the piped input.
What are the steps to reproduce the behavior?
In a directory containing a single file
test.txt
containing the line "infile", try searching input usingrg
.What is the actual behavior?
What is the expected behavior?
The input should be searched instead of current directory.
The text was updated successfully, but these errors were encountered: