kelciour / playphrase

Search and play phrases from movies and audiobooks
169 stars 26 forks source link

(Tuts) ripgrep usage in playphrase #12

Closed raj6996 closed 4 years ago

raj6996 commented 4 years ago

I watched ripgrep basics on youtube as well github page and google. But I can't figure out how to use here? if you have some time make some youtube tutorials how to use ripgrep inside playphrase? Thanks.

kelciour commented 4 years ago

It's just grep replacement and it's not exposed to the user. I can only suggest to look up some basic tutorial on regular expressions like \b for word boundary and something similar. For some reason, grep produced incorrect results with \b and some russian text, but ripgrep worked correctly.