trending
โ€ข

30d ago

FinderGit 0.16.0 โ€” what's new

Hey everyone

Just shipped FinderGit 0.16.0 here's what's new since 0.15:

โ€ข

30d ago

๐Ÿ“ฌ FinderGit has a newsletter now

ok so i kept dropping release notes all over the place (here, twitter, the void) and figured i should just have one spot for it.

so yeah FinderGit has a substack now. one email when a new version ships, plus every now and then a deeper dive into a single feature: the problem it solves, the design calls i made, what i got wrong. less changelog, more behind-the-scenes.

โ€ข

2mo ago

FinderGit 0.9.0 โ€” see what your repos weigh, then take it back

Hey everyone

FinderGit 0.9.0 is out, and it's about disk space:

โ€ข

1mo ago

FinderGit 0.13.0 โ€” two new dashboards + new-star alerts ๐Ÿ—‚๏ธ๐Ÿ‘คโญ

Hey everyone

FinderGit the Git-aware file browser for macOS just shipped 0.13.0, and it turns the app from a per-repo browser into a whole-workspace cockpit. Two new dashboards lead the release:

โ€ข

1mo ago

โœ‚๏ธ FinderGit 0.15.0 โ€” reclaim the disk space your Git history is quietly hoarding ๐Ÿงน

Your .git can balloon for a reason no routine cleanup ever fixes: its history pins far more than your working copy needs a stale branch left after a big merge, or a clone that dragged in a much bigger upstream. Git won't drop history a branch or remote still points to, so a normal gc can't touch it.

The last release told you why a repo was heavy. This one lets you fix it.

โ€ข

1mo ago

FinderGit 0.12.0 โ€” catch a supply-chain worm before it runs ๐Ÿ›ก๏ธ

Hey everyone

If you've been following the Shai-Hulud / Miasma supply-chain worm, you know the scary part: a hijacked maintainer account commits an obfuscated dropper, and it runs the moment you open the repo in your editor, let an AI agent load it, or run npm install before you've read a single line of the change. @icflorescu

โ€ข

1mo ago

๐Ÿš€ FinderGit 0.11.0 โ€” Forks, branches, and a tidy working tree

Three things I kept leaving the app for are now built right in.

Forks that tell you when they're stale

Every GitHub fork in your file browser now shows how many commits it trails its upstream ( 5, 39 ). When one falls behind, Sync Fork brings it current on GitHub and pulls your local clone one click, done. No more checking repo by repo in the browser. And forks that have diverged are flagged honestly, instead of being offered a sync that can't work.

โ€ข

2mo ago

FinderGit 0.8.0 is out ๐ŸŽ‰

The headline: in-app file preview. Hit Space (or Y) on any file and it opens right inside the window no bouncing to a separate panel:

Source code with full syntax highlighting, across dozens of languages, themed for light & dark

Markdown rendered formatted on a clean background

โ€ข

2mo ago

FinderGit 0.6.0 is out โ€” virtual groups, clearer commits, and a friendlier sidebar

Just shipped FinderGit 0.6.0, the biggest update since the original launch.

Quick reminder for anyone who doesn't know it yet: FinderGit is a native macOS file browser with Git baked in. Every folder shows its branch, clean / dirty / ahead-behind state, and modified file count, live. Click any modified file to see the diff and stage it with one click.

โ€ข

3mo ago

FinderGit 0.5.0 โ€” Native AI commit messages, no setup โœจ

If you've ever stared at the "Commit message " field at 11 pm wondering how to summarize 14 file changes into a coherent line, this one's for you. FinderGit 0.5.0 ships with native AI commit-message generation click AI next to the commit field, get a properly-formatted message back in about a second.

What makes it actually useful: