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 great feature that ag has. If your search is all lowercase, it'll switch to -i automatically, which it turns out is basically always what I want :-)
(PS: rg is fantastic, thank you!)
The text was updated successfully, but these errors were encountered:
This is a dupe of #70. The short story is that the -S/--smart-case flag already exists, so all you need to do is alias rg="rg --smart-case" in your .bashrc and you should be good to go.
This is a great feature that
ag
has. If your search is all lowercase, it'll switch to-i
automatically, which it turns out is basically always what I want :-)(PS:
rg
is fantastic, thank you!)The text was updated successfully, but these errors were encountered: