homebrew-bundle VS FinderFix

Compare homebrew-bundle vs FinderFix and see what are their differences.

homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store. (by Homebrew)

FinderFix

FinderFix lets you resize and reposition Finder windows to your liking (by synappser)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
homebrew-bundle FinderFix
27 10
5,113 69
6.3% -
8.8 2.7
3 days ago 8 months ago
Ruby
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

homebrew-bundle

Posts with mentions or reviews of homebrew-bundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-28.
  • How do you setup a new Mac?
    2 projects | news.ycombinator.com | 28 Jan 2024
    I maintain a Brewfile (https://github.com/Homebrew/homebrew-bundle) which contains the majority of the non-project specific applications that I like to install on any new Mac:

    https://github.com/jonahgeorge/dotfiles/tree/main

    What's really nice is the `cask` & `mas` keywords allow you to install .dmg files & directly from the App Store.

    ---

    While its not included in there yet, I've been experimenting with maintaining a private Homebrew tap which contains my ~/bin directory as opposed to shell aliases.

  • Pkgx – “Run Anything” from the creator of brew
    3 projects | news.ycombinator.com | 4 Oct 2023
    > It's strange that people are so against declarative systems, or even file-based OS configuration. When I get my new Macbook I was up-and-running within a few minutes. I can't imagine maintaining a list of brews I need to re-install just to set up everything + my configs + everything else.

    I haven’t had time to try Nix yet, but HomeBrew does have a declarative-ish workflow that I’ve been using for years:

    [Brew Bundle](https://github.com/Homebrew/homebrew-bundle) let’s you have a plaintext file listing all packages you want installed on your system. Add a line for stuff you want installed, delete a line for stuff you want removed, invoke it the right way and it will install/remove packages until your system matches the list. The initial list can be generated by “brew bundle dump” or something like that.

    For configuration, I find that a normal dotfile repo cloned into my ~/.config (with a script that maintains symlinks to config files in e.g. ~/Library) works well enough for my use.

  • Ask HN: What are your favorite iOS/macOS automations?
    3 projects | news.ycombinator.com | 1 Sep 2023
    Brew supports dumping installed things into a brewfile: https://github.com/Homebrew/homebrew-bundle

    I was using text files before as well to manage it.

  • Show HN: Applite – Clean Homebrew front end app for macOS built with SwiftUI
    5 projects | news.ycombinator.com | 10 Aug 2023
    Assuming everyone's on a Mac, I'm actually surprised there isn't that much use of something like homebrew-bundle[1]. It's definitely nicer to have your tooling run natively rather than, say, trying to wrap everything in Docker, or trying to get everybody on board with nix or guix.

    I think the only real issue here is that you can't really pin to specific versions unless a formula exists, and there is no guarantee that a formula with a pinned version will stick around because homebrew likes to stay lean.

    [1]https://github.com/Homebrew/homebrew-bundle/

  • Brew Bundle
    1 project | news.ycombinator.com | 13 Jun 2023
  • The new Obsidian icon
    2 projects | /r/ObsidianMD | 2 Jun 2023
  • Which apps do you install first on any new Mac?
    10 projects | /r/MacOS | 20 May 2023
    You should checkout Homebrew bundle and create a Brewfile instead. That will let you install both stuff from brew, casks and Mac AppStore apps in one go.
  • macOS users: you can now install Active Trader Pro with Homebrew!
    2 projects | /r/fidelityinvestments | 22 Apr 2023
    If you use brew bundle and create your own Brewfile, you can store this with your personal dot files and automate bootstrapping (auto-installing all your system tools) a new or recently reformatted Mac by including auto-trader-pro in your Brewfile.
  • 2 Days ago I made a comment saying I would quit photography before buying an Apple for photo editing. I'm sorry, be gentle
    3 projects | /r/macbookpro | 27 Mar 2023
    And if you're already loving Homebrew, definitely check out Homebrew Bundle!
  • I was a MacOS hater until...
    15 projects | /r/MacOS | 20 Mar 2023
    If you like homebrew, definitely give homebrew bundle a whirl if you haven't already

FinderFix

Posts with mentions or reviews of FinderFix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-25.
  • FinderFix – Remember, resize and reposition Finder windows to your liking
    1 project | news.ycombinator.com | 5 Sep 2023
  • Problem with program windows size after sleep
    1 project | /r/MacOS | 25 Jul 2022
    there are some apps to do this, I just remember (FinderFix)[https://synappser.github.io/apps/finderfix/] or Stay. Finally look here
  • Must Have Apps, Free or Paid -
    15 projects | /r/MacOS | 25 Jul 2022
    And some window management utilities like Rectangle and my current favorites, FinderFix and AutoRaise.
  • AutoRaise - A Focus-Follows-Mouse Implementation on Steroids
    5 projects | /r/macapps | 11 Jul 2022
    I am hesitant on whether to classify your feature request under AutoRaise or FinderFix as it seems to belong halfway between the two apps. Do you mind submitting it meanwhile to the main synappser repo until I decide where it belongs? Thank you.
  • A Roadmap for FinderFix
    3 projects | /r/MacOS | 27 Jun 2022
    On May 24th, I opened FinderFix to public beta. A couple of days later, I noticed a sudden surge in the number of downloads. I am a regular reader of HN and Reddit where I have seen software thrust overnight into the limelight, so my first guess was that someone had posted about it. Seeing nothing unusual on HN, I headed to the other usual suspect and there it was on Reddit!
  • Ask HN: 如今,保持匿名开发者的身份仍然是可以想象的吗? (Ask HN: Is it still conceivable to remain an anonymous developer nowadays?)
    1 project | /r/hnzh | 16 Jun 2022
    I was caught completely off guard by FinderFix (https://synappser.github.io/apps/finderfix/), the first application I'm opening to public beta, making the top row on Reddit a couple of weeks ago. This sudden limelight is both an opportunity and a challenge.
  • Ask HN: Is it still conceivable to remain an anonymous developer nowadays?
    2 projects | news.ycombinator.com | 16 Jun 2022
    HN has been my morning coffee favourite read for years now but it's my very first post. I'm an old man, so please bare with me.

    I am a seasoned systems architect and developer, now retired. While I was tempted in the first few weeks of my retirement to just turn the page and let it go, I remembered how much I used to enjoy writing small utilities for my own daily workflows. A year ago, I asked my fellow forum members (a Mac-dedicated one) if they would like to beta test some of my applications (and oh, they did). I got high quality feedback I would not have gotten elsewhere. I kept striving to answer their feature requests and today many of my first beta testers are insisting that my applications have outgrown the private beta.

    I was caught completely off guard by FinderFix (https://synappser.github.io/apps/finderfix/), the first application I'm opening to public beta, making the top row on Reddit a couple of weeks ago. This sudden limelight is both an opportunity and a challenge.

    I am not complaining. Any publicity is good publicity and I got this kind of genuine enthusiastic feedback: "OH MY GOD! Bro you’re a god sent. Thanks man I love this app. Also that Cmd + X for cut/paste. Oof so good!".

    I however cherish anonymity and I laud the Internet for allowing me to enforce it. I am thus publishing my software under a pseudonym (a pen name, if you prefer) with a free Apple Developer Certificate. How long will I be able, with Apple's current Gatekeeper policy, to preserve my anonymity if I were to turn this hobby into a real business, albeit a small one?

    For more context, please refer to a couple posts of mine (a manifesto of my core ethos):

    http://synappser.github.io/blog/

    I guess this is a tough question to answer, unless you're an Apple insider, but I'd really appreciate any guidance you could give me.

    Thank you

  • App to change where new windows open/
    1 project | /r/macapps | 3 Jun 2022
    I just learned of it this morning and haven't had the opportunity to try it, but FinderFix might be what you are looking for
  • Finally, a lasting solution for Finder windows size and position
    1 project | /r/MacOS | 27 May 2022

What are some alternatives?

When comparing homebrew-bundle and FinderFix you can also consider the following projects:

linuxbrew-core - 💀Formerly the core formulae for the Homebrew package manager on Linux

AutoRaise - AutoRaise (and focus) a window when hovering over it with the mouse

PopClip-Extensions - Source code extensions in the official PopClip Extensions directory.

AutoFocus - A focus-follows-mouse implementation on steroids!

homebrew-lilypond - Install LilyPond from homebrew/core instead of this tap: https://formulae.brew.sh/formula/lilypond

Apple-Silicon-Guide - Apple Silicon Guide. Learn all about the A17 Pro, A16 Bionic, R1, M1-series, M2-series, and M3-series chips. Along with all the Devices, Operating Systems, Tools, Gaming, and Software that Apple Silicon powers.

mas - :package: Mac App Store command line interface

awesome-mac -  Now we have become very big, Different from the original idea. Collect premium software in various categories.

linearmouse - The mouse and trackpad utility for Mac.

SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)

homebrew-command-not-found - 🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS

BetterDisplay - Unlock your displays on your Mac! Flexible HiDPI scaling, XDR/HDR extra brightness, virtual screens, DDC control, extra dimming, PIP/streaming, EDID override and lots more!