-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
--hidden doesn't work with --type all #1344
Comments
Please provide a reproduction. As the issue template requests:
|
mkdir /tmp/1
cd /tmp/1
echo qwerty > .env
rg --hidden qwerty
rg --hidden --type all qwerty |
Hm... Just realized that it's filtered by extension |
It seems |
Indeed, the special |
Hi, could you add this to the documentation? I was confused about |
@telotortium Yes. This ticket is marked as |
@telotortium It would be helpful if you could write out the blurb in the docs that would have helped you! Thanks. |
Hi @BurntSushi I gave it a shot in PR #1472 - thanks for getting back to me! |
What version of ripgrep are you using?
ripgrep 11.0.2
-SIMD -AVX (compiled)
+SIMD +AVX (runtime)
How did you install ripgrep?
Linux package.
What operating system are you using ripgrep on?
Arch Linux
Describe your question, feature request, or bug.
--hidden
doesn't work with--type all
If this is a bug, what are the steps to reproduce the behavior?
Search something contained in project's hidden files (starting with dot) with both
--hidden
and--type all
flags.If this is a bug, what is the actual behavior?
It won't be found.
If this is a bug, what is the expected behavior?
It should be found.
The text was updated successfully, but these errors were encountered: