#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
-
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
-
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
-
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: -
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/ -
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
-
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.
-
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/ -
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> -
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