Comment on Ripgrep 14 ReleasedComments−skunkworker2yRipgrep is probably my favorite command line tool (which replaces older solutions). It’s just so quick to search a folder for a specific line of text in a file.−coldtea2ySame here... the program I use most aside from my editor.In fact my current editor, VS Code, also does searching powered by rg behind the scenes: /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg
Comments
Ripgrep is probably my favorite command line tool (which replaces older solutions). It’s just so quick to search a folder for a specific line of text in a file.
Same here... the program I use most aside from my editor.
In fact my current editor, VS Code, also does searching powered by rg behind the scenes: