I’ve been leaning on ripgrep a lot lately. I always knew it existed, but I never fully appreciated it until I started working with larger, fast-changing codebases. Now rg is one of my most-used commands.

What I love most is that it respects .gitignore, so it skips things like venv and node_modules without extra effort. And honestly, the overall UX is just fantastic.

https://github.com/BurntSushi/ripgrep

#Linux #CLI #FOSS #DevTools #RipGrep

🚀 #Ripgrep 15.0.0: the latest in a thrilling saga of text searching — because who doesn't crave yet another tool to do what we've been doing since the dawn of UNIX? 🙄 Meanwhile, #GitHub drowns us in buzzwords like AI and security, hoping we won't notice it's all just new packaging on the same stale sushi. 🍣
https://github.com/BurntSushi/ripgrep/releases/tag/15.0.0 #TextSearching #SoftwareUpdates #UNIX #Tools #HackerNews #ngated
Release 15.0.0 · BurntSushi/ripgrep

Sponsorship is appreciated! ripgrep 15 is a new major version release of ripgrep that mostly has bug fixes, some minor performance improvements and minor new features. In case you haven't heard of...

GitHub
Release 15.0.0 · BurntSushi/ripgrep

Sponsorship is appreciated! ripgrep 15 is a new major version release of ripgrep that mostly has bug fixes, some minor performance improvements and minor new features. In case you haven't heard of...

GitHub
For all you NeoVim VimWiki users out there: I wrote a plugin to do a fulltext search through your VimWiki files with Telescope. You can also exclude files with words prefixed with "!". For example:

'log !sunday updates !neovim' will find all files containing the words "Log" and "Updates" but will exclude files with the words 'Sunday' or 'NeoVim'. As long as you only type lower case letters the search is case-insensitive.

You can also group words with double quotes like "Edit Notes", which will find the exact term. You also can exclude these terms with the exclamation mark: '!Edit Notes' will find all files which do not contain the term 'Edit Notes'. You can mix it with single word searches as you please.

It's hosted on Codeberg.org and not on GitHub, so you have to specify the full URL in your plugin setup file. I'm very bad at naming things, so I simply called the plugin 'find-vimwiki-words.nvim'.

You can find more information in the README.md in the repo which is located on Codeberg.org:

https://codeberg.org/fab/find-vimwiki-words.nvim

It would be nice to get some feedback.

#NeoVim #VimWiki #Plugin #Telescope #LUA #bash #ripgrep
Codeberg.org

Codeberg is a non-profit community-led organization that aims to help free and open source projects prosper by giving them a safe and friendly home.

Codeberg.org

How can #ripgrep be so abnormally fast?

Searching through my 87GB source code directory in half a second.

Like... WHAT?

How To Search Inside Files In Linux Using Grep, Find And Ripgrep - OSTechNix

Learn how to search inside files in Linux using grep, find, and ripgrep. Useful to debug configs, search logs, and explore codebases fast.

OSTechNix
Yesterday I wrote a little note-taking tool based on #fzf and #ripgrep for myself and I'm quite happy with it so I thought I'd push it to #codeberg to share it with others but I really wanted to include a little GIF in the README showing it in action to demonstrate how it works, but when converting my screencap video to a GIF, no matter what I do, it's played back at like 25% of the original speed in #Firefox. And that's when I realized that all the people including GIFs of their CLI tools in their GitHub/Codeberg READMEs likely aren't annoyingly slow typers after all, it's the f*cking browser. 😒

Just published an article on my blog. If you're a RipGrep user, you should take a look. It might solve your issue.

https://andrewwoods.net/blog/2025/ripgreps-annoying-message/

#commandline #linux #unix #ripgrep

RipGrep's Annoying Message | NYC PHP Developer | Andrew Woods

Lately, I was getting an annoying message when using RipGrep. Fortunately, I figured out what was causing the issue.

NYC PHP Developer | Andrew Woods
Fun with Ripgrep, part 1

Benny Powers, Web Developer

Benny Powers, Web Developer

#ripgrep replacement in #bash with #GNU #grep.

https://forgejo.mueller.network/Zentonic/ripgrepgeneric.git

ripgrepgeneric: da, wo es kein ripgrep gibt ☝️

zum beispiel auf alten, zu migrierenden, servern. auf denen es wohl noch alte configs zu durchforsten, aber keine attraktive möglichkeit ripgrep nachzuinstallieren, gibt.

da sucht man, in welcher datei das suchwort drinsteht und wenn ja, an welcher stelle.

dieser zweizeiler mit variablenübernahme wird durch das script komftebel™ vertreten.

#linux #opensource #selbstgemacht

ripgrepgeneric

rgn [PATH] [EXPRESSION] -> ripgrep Ersatz mit GNU grep

forgejo.mueller.network: Beyond coding. We Forge.