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: Frecenfile – Instantly rank Git files by edit activity

2 pointsby kantord20 days ago
frecenfile is a tiny CLI tool written in Rust that analyzes your Git commit history in order to identify &quot;hot&quot; or &quot;trending&quot; files using a frecency score that incorporates both the frequency and recency of edits.<p>It is fast enough to get an instant response in most repositories, and you will get a reasonably fast response in practically any repository.<p>It can be useful for getting a list of &quot;recent&quot;&#x2F;important files when Git history is the only &quot;usage&quot; history you have available.

1 comment

westurner20 days ago
Gource, `git log --stat`, and `hg churn` also display code <i>churn</i> stats.<p>How could gource also display this metric?<p>Gource: <a href="https:&#x2F;&#x2F;github.com&#x2F;acaudwell&#x2F;Gource">https:&#x2F;&#x2F;github.com&#x2F;acaudwell&#x2F;Gource</a>