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

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

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

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

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

  8. 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 #+

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

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

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