TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Zeitgrep – ripgrep, but sorted by edit stats in Git history

3 pointsby kantord3 days ago
Zeitgrep lets you serach frecently‑edited lines of code in your Git repository, i. e. the results are ranked by how often and how recently a file has changed.<p>This is achieved by analyzing your Git commit history, and finding hot-spots in your codebase.<p>Use case ideas: - improve &quot;live-grep&quot; experience by prioritizing &quot;trending&quot; results (this is my use case, I use it in telescope.nvim) - find certain patterns, such as TODO comments, specifically in stale code - attempt to feed the most relevant results to an LLM or AI agent when the context window does not allow fitting your entire codebase into the context window - before doing find-and-replace across files, look at the &quot;least expected&quot; examples to see how what would be replaced in areas of the codebase people in the team rarely think about

no comments

no comments