IDE보다 빠르고 AI 토큰을 아껴주는 Bash 기반 코드 트레이서: codetracer

Bash와 ripgrep만으로 작동하는 codetracer는 IDE나 LSP 없이도 Ruby 및 JavaScript/TypeScript 코드베이스의 심볼을 즉시 추적한다.

🔗 원문 보기

IDE보다 빠르고 AI 토큰을 아껴주는 Bash 기반 코드 트레이서: codetracer

Bash와 ripgrep만으로 작동하는 codetracer는 IDE나 LSP 없이도 Ruby 및 JavaScript/TypeScript 코드베이스의 심볼을 즉시 추적한다.

Ruby-News | 루비 AI 뉴스
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} - Andrew Gallant's Blog

I blog mostly about my own programming projects.

ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} - Andrew Gallant's Blog

I blog mostly about my own programming projects.

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