We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is again possibly by design since ag does the same thing, but I don't understand why.
On linux I can write rg foo and rg will search for "foo". On windows if I write rg foo rg hands indefinitely, but I can write rg foo . to search.
rg foo
rg foo .
The text was updated successfully, but these errors were encountered:
This is in a mingw mintty console.
Sorry, something went wrong.
In a standard Windows command prompt, I can run rg with no problems.
rg
It sounds like rg thinks something is being sent to stdin, and thus sits there waiting for input.
stdin
I think this was a dupe of #19 and has been fixed. But note that I ended up (purposefully) creating a new bug #94.
No branches or pull requests
This is again possibly by design since ag does the same thing, but I don't understand why.
On linux I can write
rg foo
and rg will search for "foo". On windows if I writerg foo
rg hands indefinitely, but I can writerg foo .
to search.The text was updated successfully, but these errors were encountered: