I'm just gonna alias /=rg

#ripgrep

Fili (@filiksyos)

Openclaw 팁: 에이전트가 모든 세션을 저장하며 내장된 채팅 기록 검색 기능이 있지만 대부분의 VPS에서는 기본 활성화되어 있지 않다고 안내합니다. ripgrep과 jq를 설치(예: sudo apt install ripgrep jq)하면 채팅 히스토리를 검색할 수 있어 지난주 대화를 조회할 수 있다고 설명합니다. 개발/운영 팁성 기술 업데이트입니다.

https://x.com/filiksyos/status/2028809289171710171

#openclaw #chathistory #ripgrep #jq #vps

Fili (@filiksyos) on X

Openclaw tip 🦞 Your agent actually stores every session. and there is a built-in skill to search your chat history but it's not enabled by default on most vps install jq to enable it: "sudo apt install ripgrep jq" Now you can ask about your last week chat

X (formerly Twitter)

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

Shodan Snippets

Okay, there's one thing I don't like about ripgrep. rg is too similar to rm 😅

#ripgrep

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?