#ripgrep — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ripgrep, aggregated by home.social.
-
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".
https://dev.to/shrsv/ripgrep-your-journey-from-novice-to-power-user-2jb8
-
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".
https://dev.to/shrsv/ripgrep-your-journey-from-novice-to-power-user-2jb8
-
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".
https://dev.to/shrsv/ripgrep-your-journey-from-novice-to-power-user-2jb8
-
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".
https://dev.to/shrsv/ripgrep-your-journey-from-novice-to-power-user-2jb8
-
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".
https://dev.to/shrsv/ripgrep-your-journey-from-novice-to-power-user-2jb8
-
Ripgrep is faster than {grep, ag, Git grep, ucg, pt, sift}
https://burntsushi.net/ripgrep/
#HackerNews #Ripgrep #Faster #grep #ag #Git #grep #ucg #pt #sift #performance #optimization
-
The Best Modern Linux Commands For Beginners And Experts #ModernLinuxCommands #LinuxCommandsAlternatives #httpie #bat #ncdu #htop #fd #exa #duf #tldr #autojump #zoxide #ripgrep #sd #jq #neofetch #dust #fossil #poetry #Commandline #Productivity #Linux #LinuxCommands #Linuxhowto
https://ostechnix.com/linux-commands-alternatives/ -
The Best Modern Linux Commands For Beginners And Experts #ModernLinuxCommands #LinuxCommandsAlternatives #httpie #bat #ncdu #htop #fd #exa #duf #tldr #autojump #zoxide #ripgrep #sd #jq #neofetch #dust #fossil #poetry #Commandline #Productivity #Linux #LinuxCommands #Linuxhowto
https://ostechnix.com/linux-commands-alternatives/ -
Here is mine :
1. #git :blobcatheart:
2. #lsd https://github.com/lsd-rs/lsd :blobcatrainbow:
3. #cat (which is actually an alias over #bat https://github.com/sharkdp/bat 🦇)
4. #rg #RipGrep https://github.com/BurntSushi/ripgrep 🪦
5. #Nix https://nixos.org :nixos: -
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
https://dandavison.github.io/delta/grep.html
Also, `delta` is cool :)
#TIL #ripgrep #delta #grep #SyntaxHighlighting #json #rg #commandline #cli
-
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! 🔥🕵️♂️
https://burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated -
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.
-
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:
https://snippets.shodan.io/c/FHw2r7wWIFmjVAfG
#Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet
-
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:
https://snippets.shodan.io/c/FHw2r7wWIFmjVAfG
#Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet
-
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:
https://snippets.shodan.io/c/FHw2r7wWIFmjVAfG
#Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet
-
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 -
How To Search Inside Files In Linux Using Grep, Find And Ripgrep #Linux #SearchFiles #grep #find #ripgrep #Linuxcommands #Linuxbasics #Linuxhowto
https://ostechnix.com/search-inside-files-linux-grep-find-ripgrep/ -
Donate to at least 10 FOSS projects I used often, at least $100 totally in 2023(and hopefully every year)
- #helix
- #homeassistant
- #memos
- #pocketbase
- #wezterm
- #k9s
- #tridactyl
- #ripgrep
- <TBC>
- <TBC> -
#Ripgrep seriously FTW. Honestly, grep sucks big time in comparison, now.
-
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.
-
🚀 #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 -
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 -
How can #ripgrep be so abnormally fast?
Searching through my 87GB source code directory in half a second.
Like... WHAT?
-
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/
-
bennypowers.dev/posts/fun-with-ripgrep/
Fun with #ripgrep, part 1. -
#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.
-
I've just installed ripgrep (`sudo apt install ripgrep` in Ubuntu) and it is, as claimed, blazing fast at searching code repositories. Shockingly fast.
-
Why Android can't use CDC Ethernet (2023)
https://jordemort.dev/blog/why-android-cant-use-cdc-ethernet/
#ycombinator #android #cdc #ethernet #java #regex #ripgrep #usb -
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: https://gist.github.com/wolf/e2bd126159961e3142350f6dfe04056a
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.
-
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! 🔥🕵️♂️
https://burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated -
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! 🔥🕵️♂️
https://burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated -
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! 🔥🕵️♂️
https://burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated -
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! 🔥🕵️♂️
https://burntsushi.net/ripgrep/ #showdown #ripgrep #speed #HackerNews #ngated -
Ripgrep is faster than {grep, ag, Git grep, ucg, pt, sift}
https://burntsushi.net/ripgrep/
#HackerNews #Ripgrep #Faster #grep #ag #Git #grep #ucg #pt #sift #performance #optimization
-
#ripgrepall is a #grep for everything.
#rga performs regex searches on many different container filetypes, including #PDF, #zip, #tar, #SQLite, and #docx. rga uses #ripgrep for searching, which makes searches extremely fast, allowing it to outperform #pdfgrep in speed (some matches are missed, however). rga performs caching for faster repeat searches.
Website 🔗️: https://github.com/phiresky/ripgrep-all
-
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.
-
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.
-
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.
-
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.
-
Here is mine :
1. #git :blobcatheart:
2. #lsd https://github.com/lsd-rs/lsd :blobcatrainbow:
3. #cat (which is actually an alias over #bat https://github.com/sharkdp/bat 🦇)
4. #rg #RipGrep https://github.com/BurntSushi/ripgrep 🪦
5. #Nix https://nixos.org :nixos: -
Here is mine :
1. #git :blobcatheart:
2. #lsd https://github.com/lsd-rs/lsd :blobcatrainbow:
3. #cat (which is actually an alias over #bat https://github.com/sharkdp/bat 🦇)
4. #rg #RipGrep https://github.com/BurntSushi/ripgrep 🪦
5. #Nix https://nixos.org :nixos: