home.social

#ripgrep — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ripgrep, aggregated by home.social.

  1. Z pewnością wielu z Was zna narzędzie #grep, wyszukujące fraz w plikach tekstowych. Ale powstało coś, co ma go zastąpić i nazywa się - a jakże - #ripgrep. Oto poradnik tego "pogromcy".

    #linux #terminal

    dev.to/shrsv/ripgrep-your-jour

  2. Z pewnością wielu z Was zna narzędzie #grep, wyszukujące fraz w plikach tekstowych. Ale powstało coś, co ma go zastąpić i nazywa się - a jakże - #ripgrep. Oto poradnik tego "pogromcy".

    #linux #terminal

    dev.to/shrsv/ripgrep-your-jour

  3. Z pewnością wielu z Was zna narzędzie #grep, wyszukujące fraz w plikach tekstowych. Ale powstało coś, co ma go zastąpić i nazywa się - a jakże - #ripgrep. Oto poradnik tego "pogromcy".

    #linux #terminal

    dev.to/shrsv/ripgrep-your-jour

  4. Z pewnością wielu z Was zna narzędzie #grep, wyszukujące fraz w plikach tekstowych. Ale powstało coś, co ma go zastąpić i nazywa się - a jakże - #ripgrep. Oto poradnik tego "pogromcy".

    #linux #terminal

    dev.to/shrsv/ripgrep-your-jour

  5. Z pewnością wielu z Was zna narzędzie #grep, wyszukujące fraz w plikach tekstowych. Ale powstało coś, co ma go zastąpić i nazywa się - a jakże - #ripgrep. Oto poradnik tego "pogromcy".

    #linux #terminal

    dev.to/shrsv/ripgrep-your-jour

  6. TIL `ripgrep` can output the search results in json format. And it can be used by utilities like `delta` to render syntax highlighted output!

    rg --json -C 2 handle | delta

    dandavison.github.io/delta/gre

    Also, `delta` is cool :)

  7. ripgrep: 2016 post introducing a new Unix file searching tool, talking about why it is so fast. 7 years later and it is still great
    blog.burntsushi.net/ripgrep/
    #ripgrep #search #linux #text #unix #code #rg #+

  8. Ah, the classic "my #grep can beat up your grep" showdown! 🎩✨ Behold, a blog post about ripgrep's speed—because clearly, the world was desperate for yet another mind-numbing benchmark of #terminal #wizards whispering sweet nothings to their consoles. 🐢💨 #Rust #fanboyism never looked so thrilling! 🔥🕵️‍♂️
    burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated

  9. I got a new laptop from work just before Xmas, and in a change from the last 6 years, it’s a MacBook. So I’ve been busy setting it up and getting it ready for 2024. Already have #JetBrainsRider and #IntelliJ along with #JetbrainsFleet installed, but spent way longer getting the CLI set up and going.

    So I’ve now got #Tabby installed, #powershell set up for work specific stuff, and #NuShell set up for day to day. Along with #RipGrep, #FD, #StarshipRS, #broot, and a load of others.

  10. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  11. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  12. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  13. Most impressive #Rust achievement for me is not its integration in the #Linux kernel rather have replaced almost every of my #CLI tool with better #design, #behaviors and completely natural

    Very fast illustrative list:
    #wezterm ⬅️ terminal
    #helix ⬅️ editor
    #zellij ⬅️ terminal multiplexor
    #tealdeer ⬅️ tldr
    #fd ⬅️ find
    #ripgrep ⬅️ grep
    #bat ⬅️ pager
    #zoxide ⬅️ fast cd
    #broot ⬅️ interactive ls
    #exa ⬅️ ls
    #git-delta ⬅️ git diff
    #handlr ⬅️ xdg-open
    #starship ⬅️ shell prompt
    #topgrade ⬅️ upgrade manager

  14. Donate to at least 10 FOSS projects I used often, at least $100 totally in 2023(and hopefully every year)

    -
    -
    -
    -
    -
    -
    -
    -
    - <TBC>
    - <TBC>

  15. #Ripgrep seriously FTW. Honestly, grep sucks big time in comparison, now.

  16. 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.

    github.com/BurntSushi/ripgrep

  17. 🚀 #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. 🍣
    github.com/BurntSushi/ripgrep/ #TextSearching #SoftwareUpdates #UNIX #Tools #HackerNews #ngated

  18. 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
  19. How can #ripgrep be so abnormally fast?

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

    Like... WHAT?

  20. 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. 😒

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

    andrewwoods.net/blog/2025/ripg

    #commandline #linux #unix #ripgrep

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

    forgejo.mueller.network/Zenton

    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

  23. I've just installed ripgrep (`sudo apt install ripgrep` in Ubuntu) and it is, as claimed, blazing fast at searching code repositories. Shockingly fast.

    github.com/BurntSushi/ripgrep

    #ripgrep #programming

  24. ✍️ Just published a new blog post on using #fzf and #ripgrep in #vim / #neovim for a low-tech go-to-definition and find-references solution. Super handy for when my #elixir LSP server takes a break! 😌

    ➡️ blog.pabuisson.com/2025/05/low

  25. Here’s something that puts your readline edit-mode into your prompt. I probably didn’t need to do this. I’m a #Vim user (really #NeoVim) and so I have a `.inputrc` that makes my #commandline edit-mode (because of #readline) always be #vi. This is for #bash. It may work in other shells, I don’t know. I use #starship. The actual command I wrote uses #ripgrep. At least twenty other ways you could do it. I put all the changes into a gist: gist.github.com/wolf/e2bd12615

    Most people never change from the default edit-mode. If they do, they probably don’t switch back and forth. Starship narrows the field further. Almost certainly this is of no use to you unless you want to learn a little about some of the pieces. Enjoy anyway.

  26. #unix is awesome #oneliner #otd

    "Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"

    rg -l OLAmazonDB | xargs wc -l | sort

    This message brought to you by the awesome power of #ripgrep and #xargs :)

  27. #unix is awesome #oneliner #otd

    "Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"

    rg -l OLAmazonDB | xargs wc -l | sort

    This message brought to you by the awesome power of #ripgrep and #xargs :)

  28. #unix is awesome #oneliner #otd

    "Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"

    rg -l OLAmazonDB | xargs wc -l | sort

    This message brought to you by the awesome power of #ripgrep and #xargs :)

  29. #unix is awesome #oneliner #otd

    "Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"

    rg -l OLAmazonDB | xargs wc -l | sort

    This message brought to you by the awesome power of #ripgrep and #xargs :)

  30. #unix is awesome #oneliner #otd

    "Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"

    rg -l OLAmazonDB | xargs wc -l | sort

    This message brought to you by the awesome power of #ripgrep and #xargs :)

  31. Ah, the classic "my #grep can beat up your grep" showdown! 🎩✨ Behold, a blog post about ripgrep's speed—because clearly, the world was desperate for yet another mind-numbing benchmark of #terminal #wizards whispering sweet nothings to their consoles. 🐢💨 #Rust #fanboyism never looked so thrilling! 🔥🕵️‍♂️
    burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated

  32. Ah, the classic "my #grep can beat up your grep" showdown! 🎩✨ Behold, a blog post about ripgrep's speed—because clearly, the world was desperate for yet another mind-numbing benchmark of #terminal #wizards whispering sweet nothings to their consoles. 🐢💨 #Rust #fanboyism never looked so thrilling! 🔥🕵️‍♂️
    burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated

  33. Ah, the classic "my #grep can beat up your grep" showdown! 🎩✨ Behold, a blog post about ripgrep's speed—because clearly, the world was desperate for yet another mind-numbing benchmark of #terminal #wizards whispering sweet nothings to their consoles. 🐢💨 #Rust #fanboyism never looked so thrilling! 🔥🕵️‍♂️
    burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated

  34. Ah, the classic "my #grep can beat up your grep" showdown! 🎩✨ Behold, a blog post about ripgrep's speed—because clearly, the world was desperate for yet another mind-numbing benchmark of #terminal #wizards whispering sweet nothings to their consoles. 🐢💨 #Rust #fanboyism never looked so thrilling! 🔥🕵️‍♂️
    burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated

  35. is a for everything.

    performs regex searches on many different container filetypes, including , , , , and . rga uses for searching, which makes searches extremely fast, allowing it to outperform in speed (some matches are missed, however). rga performs caching for faster repeat searches.

    Website 🔗️: github.com/phiresky/ripgrep-all

  36. I got a new laptop from work just before Xmas, and in a change from the last 6 years, it’s a MacBook. So I’ve been busy setting it up and getting it ready for 2024. Already have and along with installed, but spent way longer getting the CLI set up and going.

    So I’ve now got installed, set up for work specific stuff, and set up for day to day. Along with , , , , and a load of others.

  37. I got a new laptop from work just before Xmas, and in a change from the last 6 years, it’s a MacBook. So I’ve been busy setting it up and getting it ready for 2024. Already have #JetBrainsRider and #IntelliJ along with #JetbrainsFleet installed, but spent way longer getting the CLI set up and going.

    So I’ve now got #Tabby installed, #powershell set up for work specific stuff, and #NuShell set up for day to day. Along with #RipGrep, #FD, #StarshipRS, #broot, and a load of others.

  38. I got a new laptop from work just before Xmas, and in a change from the last 6 years, it’s a MacBook. So I’ve been busy setting it up and getting it ready for 2024. Already have #JetBrainsRider and #IntelliJ along with #JetbrainsFleet installed, but spent way longer getting the CLI set up and going.

    So I’ve now got #Tabby installed, #powershell set up for work specific stuff, and #NuShell set up for day to day. Along with #RipGrep, #FD, #StarshipRS, #broot, and a load of others.

  39. I got a new laptop from work just before Xmas, and in a change from the last 6 years, it’s a MacBook. So I’ve been busy setting it up and getting it ready for 2024. Already have #JetBrainsRider and #IntelliJ along with #JetbrainsFleet installed, but spent way longer getting the CLI set up and going.

    So I’ve now got #Tabby installed, #powershell set up for work specific stuff, and #NuShell set up for day to day. Along with #RipGrep, #FD, #StarshipRS, #broot, and a load of others.