starting with the one that retrieved these gists
gh gist list --public | awk 'NR>1 {print $1, $2}' | parallel --colsep ' ' -j 4 gh gist clone {1} {2}
type of thing you would alias away... but i have now seen the light of ripgrep
+ fzf
+ bat
/batcat
, honestly a good baseline check before you start trying to implement some kind of full-text search. If it doesn't beat this... then the design is not thoughtful enough.
search files