DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: Groupr – Rust CLI that sorts files into subfolders by extension
Wrote this to clean up my Downloads folder. It moves top-level files into subfolders named after their extension. photo.PNG goes into png/, files with no extension go into no_extension/. --dry-run if you want to see what it would do first.<p>A few details: it doesn't recurse into existing subfolders, extensions are lowercased so you don't get png/ and PNG/ 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://github.com/timfinnigan/groupr" rel="nofollow">https://github.com/timfinnigan/groupr</a> groupr ~/Downloads --dry-run
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.