Im shifting some code from bash to python that makes use of git grep
Im wondering if there is a recommended way to do this - eg with a predicate in traverse or using execute
Im particularly keen to replicate git grep's -I functionality which filters out "binary" files from gits pov (ie .gitattributes)