DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.

1,180+ deals tracked  ·  22 AI investment memos  ·  Updated daily

← Back to leaderboard

Groupr

Show HN: Groupr – Rust CLI that sorts files into subfolders by extension

9 AI Score
Show_hn Added Apr 14, 2026

Details

Total Funding
$0
Last Round
$0

About

Wrote this to clean up my Downloads folder. It moves top-level files into subfolders named after their extension. photo.PNG goes into png&#x2F;, files with no extension go into no_extension&#x2F;. --dry-run if you want to see what it would do first.<p>A few details: it doesn&#x27;t recurse into existing subfolders, extensions are lowercased so you don&#x27;t get png&#x2F; and PNG&#x2F; coexisting, and it handles name collisions by appending _1, _2, etc. rather than overwriting.<p>~150 lines of Rust, no dependencies outside of tempfile in dev.<p>cargo install --git <a href="https:&#x2F;&#x2F;github.com&#x2F;timfinnigan&#x2F;groupr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timfinnigan&#x2F;groupr</a> groupr ~&#x2F;Downloads --dry-run

AI Score Reasoning

Groupr is a minor utility script rather than a scalable startup, offering a basic file-sorting feature that lacks a viable business model or competitive moat. While the use of Rust shows technical proficiency, the project lacks the market size, traction, and team depth required for venture capital consideration.

Source

Show_hn — View original →