Live data from Hacker News

Xbar: The BitBar reboot. Put anything in your macOS menu bar

xbarapp.com

21–30 of 54 posts

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#21
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

I'm a huge, huge fan of hammerspoon. It's replaced so many other small utilities for me.

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#22
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

KeepingYouAwake is nice (and I'm not about to pretend the following solution is good for everyone), however, I've found on the last couple of McBook fresh installs using caffeinate [1] from the terminal is sufficient. I usually have a terminal open anyway and `caffeinate -d -t 999999` usually does what I want (stay awake until I come back and tell you to go to sleep). Usually it's two keystrokes away (up arrow, enter…

You can omit the -t and it will run forever.

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#23
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

I'm a huge, huge fan of hammerspoon. It's replaced so many other small utilities for me.

When I started using a Mac for work, the fact that so much functionality which is available free on Linux was now locked behind a paywall in the App Store was frustrating.

Hammerspoon gave me basically all of it back, in a scriptable form which makes it much better suited to what I want. It’s truly great software.

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#25
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

CyberDuck is amazing! (MountainDuck also) Thanks for recommending mate

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#26
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

KeepingYouAwake is nice (and I'm not about to pretend the following solution is good for everyone), however, I've found on the last couple of McBook fresh installs using caffeinate [1] from the terminal is sufficient. I usually have a terminal open anyway and `caffeinate -d -t 999999` usually does what I want (stay awake until I come back and tell you to go to sleep). Usually it's two keystrokes away (up arrow, enter…

you can throw an alias in your .bashrc or .zshrc and have it even easier...

alias caffeine="caffeinate -d -t 999999"

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#27
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

Thanks for this! I was going to mention Spectacle[0], but I'll see that it's no longer maintained. I'll have to check out Rectangle :)

EDIT: I see Rectangle is based on Spectacle!

[0] https://www.spectacleapp.com/

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#28
I love BitBar and currently have 6 separate tools in my menu bar to keep track of things like Kubernetes instances in various QA environments, local services running on my machine (with stats + start/stop buttons + recent logs), or jobs running on cloud platforms.

It's a fantastic tool and I'd encourage anyone who is thinking about building a tiny menubar app in just a few lines of code to look into it.

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#29
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

Thanks for this! I was going to mention Spectacle[0], but I'll see that it's no longer maintained. I'll have to check out Rectangle :) EDIT: I see Rectangle is based on Spectacle! [0] https://www.spectacleapp.com/

I also used to run Spectacle and was worried about it no longer working at some point (like after a macOS upgrade).

Rectangle is all that Spectacle was – same default key bindings – and more.

Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar

#30
post #9

I've been discovering more and more high quality open source apps for Mac recently. My other favorites so far: https://github.com/iterate-ch/cyberduck https://github.com/rxhanson/Rectangle https://github.com/sfsam/Itsycal https://github.com/newmarcel/KeepingYouAwake

I've been using CyberDuck since PowerPC 10.5. I don't open it much any more because sftp feels like it takes less effort (despite the lack of autocomplete on Mac) but I do keep it installed. I can also vouch for ItsyCal, another one of the first things I install on a fresh Mac.
Post reply on HN