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
Xbar: The BitBar reboot. Put anything in your macOS menu bar
51–54 of 54 posts
I would like to add stats[0] to the list, which is a great open source replacement for iStat Menus
Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar
#52It would be awesome to find something similar to windows...I can imagine "boosting up" my taskbar with this kind of stuff. If anyone knows a similar app to Windows please let us know
In the future, xbar might be able to support Windows :)
Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar
#53Earlier quoted context omitted.
Agree, I have it monitoring my AWS consumption cost and ETH prices. Pretty handy.
Would you mind sharing a code example of how you do this? It sounds very helpful
Re: Xbar: The BitBar reboot. Put anything in your macOS menu bar
#54Earlier quoted context omitted.
Would you mind sharing a code example of how you do this? It sounds very helpful
https://gist.github.com/obaqueiro/af4de922e9233e084057efcd66... https://gist.github.com/obaqueiro/4c8e679bb684f966a654f3aa99... They are pretty handy
I'd suggest checking out jq for parsing JSON files:
$ curl -s https://api.coinbase.com/v2/prices/ETH-USD/spot | jq -r .data.amount
1675.55