trending
โ€ข

10d ago

FinderGit 0.22.0 โ€” See what you're behind on

FinderGit 0.22.0 is out See what you're behind on

You know that repo that says it's "behind"? Cool behind on what, exactly?

โ€ข

13d ago

๐Ÿ” FinderGit 0.21.0 โ€” Count the repos hiding inside your repos

FinderGit 0.21.0 now it counts the repos hiding inside your repos

Ever keep a folder that's itself a Git repo AND holds a bunch of clones inside it? FinderGit used to stop at the outer repo and miss the rest. One of my own folders showed just 7 repositories

โ€ข

14d ago

๐ŸŽจ FinderGit 0.20.0 โ€” the Commits tab, reimagined

Reading your Git history just got a lot friendlier on macOS:

Author avatars on every commit see who did what at a glance (clean initials fallback when there's no photo)

โ€ข

19d ago

FinderGit 0.19.0 โ€” Your whole repo portfolio, at a glance

FinderGit 0.19.0 is out say hello to the Repository List.

If you juggle a lot of Git repos, this one's for you. Every repository you track, now in one flat, sortable table.

โ€ข

21d ago

FinderGit 0.18.0 โ€” FinderGit now speaks your language! ๐ŸŒ

FinderGit 0.18.0 FinderGit now speaks your language!

Just shipped: FinderGit is fully localized.

โ€ข

1mo ago

FinderGit 0.14.0 โ€” see why a repo is heavy ๐Ÿ”

A git gc tells you a repo is big. 0.14 tells you why.

Analyze history (in the Maintenance tab) find out if a stale branch or an oversized clone is weighing a repo down: it ranks the heaviest branches and estimates what you could reclaim. Read-only it never changes a thing.

โ€ข

24d ago

๐ŸŒฟ FinderGit 0.17.1 โ€” your repo list always knows its branch

Small update, satisfying fix.

Every repository now shows its branch and status at a glance including repos nested inside a folder you track. No more clicking into each one just to wake it up.

โ€ข

2mo ago

๐Ÿ›ก๏ธ FinderGit 0.10 โ€” a repo can run code the moment you open it, before you read a line

The advice used to be simple: read the diff, don't run code you don't trust, let your antivirus handle the rest. That quietly stopped being enough.

Two things changed the shape of the attack:

โ€ข

26d ago

My perf test counted 534 git subprocesses. It only ran 6

FinderGit watches your Git repos with FSEvents. The whole point of its v0.2 performance work was to stop a na ve "one filesystem event four git subprocesses" storm. So there's a lock-in test that fires a burst of 100 file writes and asserts the watcher coalesces them into a tiny number of git calls:

#expect(worktreeEvents <= 15, "watcher coalescing regressed: \(worktreeEvents) worktree events for a 100-file burst")
#expect(runs <= 30, "subprocess count regressed: \(runs) git runs for a 100-file burst")
โ€ข

27d ago

๐Ÿš€ FinderGit 0.17.0 โ€” your repos are now one click from the web

Hey hunters

Quick drop for FinderGit, the native macOS file browser that actually understands Git. Small release, but I'm already using it constantly:

123
Next
Last