Live data from Hacker News

Ripgrep 14 Released

github.com

1–10 of 73 posts

Re: Ripgrep 14 Released

#4
Ripgrep is an essential tool for navigating unfamiliar codebases. I also use it to quickly search many repositories for specific symbols when I research the consumers of libraries and APIs.

Re: Ripgrep 14 Released

#5

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:

  /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg

Re: Ripgrep 14 Released

#9
I don't seem to get the hyperlinks with either Terminal or iTerm.

P.S. OK found it: it can't show hyperlinks when you explicitly pass a file name to search (for internal implementation reasons, might be fixed later). It works when you search in directories etc.

Re: Ripgrep 14 Released

#10
The notes state that the headline feature is "hyperlink support". However, the notes don't seem to really explain what that means. Can someone explain a bit more about what that feature does/is? What's a use case?
Post reply on HN