`rg` cli options

-F, --fixed-strings Fixed String Matches
-t py select only python files
-w, --word-regexp Word Regexp
-f, --file PATTERNFILE search for all patterns, one pattern per line
-s case sensitive
-i case insensitive
-S smart case
-g "**/tests/**" search only tests files with glob
-g "!**/tests/**" don’t search test files with inverse glob !
--stats number of matches, number of line matches
--sort created/modified sort results by file created/modified time
-p, --pretty rg -p foo | less, pipe color to other program