“You meant to install ripgrep”
111–120 of 165 posts
Re: “You meant to install ripgrep”
#112Wow, it's been years now since I typed "sl" at a terminal and got an ascii steam locomotive.
Re: “You meant to install ripgrep”
#113Re: “You meant to install ripgrep”
#114Wow, it's been years now since I typed "sl" at a terminal and got an ascii steam locomotive.
Re: “You meant to install ripgrep”
#115Earlier quoted context omitted.
"gron | rg", because life is too short to learn jq. Amazing work on rg!
OMG, thank you. jq is great but its syntax is impossible to memorize. This is so much better.
Truly the Unix philosophy at it's finest. It's the only way I search JSON these days! (or YAML with "yq | gron | rg" to get results, pop into (n)vim and to my thing :)
Re: “You meant to install ripgrep”
#116Earlier quoted context omitted.
Right. So then you add burnsushi/ripgrep instead. See the problem? Namespaces are a solution or mitigation to some problem, but that problem is not malicious typo-squatting.
For malicious intents, yes. But, for legitimate reasons where you need to have an "rg" package with a completely different use case, owner namespaced packages might provide a uniform solution.
Re: “You meant to install ripgrep”
#117Earlier quoted context omitted.
Yes. And the "random name" can be typo-squatted too. Compare burnsushi and burntsushi. I myself make that typo on occasion. :)
Popular crates could be "symlinked" into a global verified namespace, problem solved? I can't see any downsides other than some extra administration perhaps.
I think I'm just going to refrain from talking about namespaces now. I tried to be super vague and just point out one thing that wasn't solved by namespaces (typo-squatting), but I've somehow gotten sucked into this discussion.
No more. I'm done. Sorry, it isn't directed at you. Just tired of the discussion around namespaces and the neglect to account for the "admin" parts of it.
Re: “You meant to install ripgrep”
#118Hah! TIL. I had no idea someone did this. But it's smart. I should have thought of it! (I'm the author of ripgrep.)
Unrelated, but thank you for your work! You’ve saved me tens if not hundreds of hours with ripgrep, and I’ve become a huge evangelist of it at my workplace. When I’m helping someone understand how to debug customer issues, the first thing I tell them is to install ripgrep. Truly a fantastic piece of software.
Re: “You meant to install ripgrep”
#119Earlier quoted context omitted.
I use ripgrep on git bash for Windows, and my team members act like I’ve got searching superpowers. Searching on windows is such a pain and this makes it easy. Thanks so much for making this fantastic tool!
Hah, w00t. Have your teammates figured out that your superpowers are teachable? :-)
Re: “You meant to install ripgrep”
#120Earlier quoted context omitted.
I use ripgrep on git bash for Windows, and my team members act like I’ve got searching superpowers. Searching on windows is such a pain and this makes it easy. Thanks so much for making this fantastic tool!
doesn't vscode use ripgrep under the hood when you search your open files/repos?