cm0002@toast.ooo to Programmer Humor@programming.dev · 10 days agoFrog put Claude in a boxlemmy.mlimagemessage-square47linkfedilinkarrow-up1907arrow-down15cross-posted to: programmerhumor@lemmy.ml
arrow-up1902arrow-down1imageFrog put Claude in a boxlemmy.mlcm0002@toast.ooo to Programmer Humor@programming.dev · 10 days agomessage-square47linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarebitjunkie@lemmy.worldlinkfedilinkarrow-up6arrow-down1·10 days agoJust aliasing grep to ag solves both issues. I’m unsure as to whether there’s a pthread replacement for find, though.
minus-squaredan@upvote.aulinkfedilinkarrow-up9·10 days agoag / rg don’t work well in this particular scenario either. Because files are loaded on-demand, they end up trying to load the entire repo.
Just aliasing
greptoagsolves both issues. I’m unsure as to whether there’s a pthread replacement forfind, though.ag/rgdon’t work well in this particular scenario either. Because files are loaded on-demand, they end up trying to load the entire repo.