TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Find similar folders based on folder name, folder size, and count

1 点作者 xk3大约 1 年前

2 条评论

xk3大约 1 年前
If it&#x27;s slow for very large folders you can pre-filter out small folders before it hits the TF-IDF:<p><pre><code> --lower 3 --folder-size=+200M </code></pre> Likewise you can set upperbounds:<p><pre><code> --upper 3000 --folder-size=-2GB </code></pre> upper and lower constrain folders with fewer than or more than X number of files
xk3大约 1 年前
Well... HN strips the page fragment so you&#x27;ll have to Ctrl+F &quot;similar-folders&quot;<p>Or: <a href="https:&#x2F;&#x2F;github.com&#x2F;chapmanjacobd&#x2F;library?tab=readme-ov-file#similar-folders">https:&#x2F;&#x2F;github.com&#x2F;chapmanjacobd&#x2F;library?tab=readme-ov-file#...</a>