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
It might be interesting to use vi-style smart case. If you include at least one uppercase letter, the search becomes case sensitive.
Also implemented by spot:
spot
https://github.com/rauchg/spot#smart-case
The text was updated successfully, but these errors were encountered:
Interesting. How do you force it to be only lowercase? Or is that not a common use-case?
Sorry, something went wrong.
Might be better to not try and be "too smart", and just have a cli argument like -s for 'case-sensitive'.
-s
For example, ag (the silver searcher) is case-insensitive by default, but you can force case sensitivity with -s or --case-sensitive.
ag
--case-sensitive
No branches or pull requests
It might be interesting to use vi-style smart case. If you include at least one uppercase letter, the search becomes case sensitive.
Also implemented by
spot
:https://github.com/rauchg/spot#smart-case
The text was updated successfully, but these errors were encountered: