All Projects → raphaelhanneken → Apple Juice

raphaelhanneken / Apple Juice

Licence: mit
An advanced battery gauge for macOS, that displays the remaining battery time and more.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Apple Juice

Buildtimeanalyzer For Xcode
Build Time Analyzer for Swift
Stars: ✭ 3,958 (+1030.86%)
Mutual labels:  xcode, time
Xfce4 Genmon Scripts
🐭 XFCE panel generic monitor scripts
Stars: ✭ 69 (-80.29%)
Mutual labels:  time, battery
Maplebacon
🍁🥓 Lightweight and fast Swift library for image downloading, caching and transformations
Stars: ✭ 322 (-8%)
Mutual labels:  xcode
Ios Open Gpx Tracker
GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
Stars: ✭ 344 (-1.71%)
Mutual labels:  xcode
Lsunusedresources
A Mac App to find unused images and resources in XCode project.
Stars: ✭ 3,692 (+954.86%)
Mutual labels:  xcode
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+7330.57%)
Mutual labels:  xcode
Swift Staticlibs
Scripts to allow Swift static libraries to be compiled in Xcode
Stars: ✭ 339 (-3.14%)
Mutual labels:  xcode
Oycountdownmanager
在cell中使用倒计时的处理方法, 全局使用一个NSTimer对象, 支持单列表.多列表.多页面.分页列表使用
Stars: ✭ 317 (-9.43%)
Mutual labels:  time
Diybmsv4
Version 4 of the diyBMS
Stars: ✭ 340 (-2.86%)
Mutual labels:  battery
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-3.71%)
Mutual labels:  xcode
Optimizing Swift Build Times
Collection of advice on optimizing compile times of Swift projects.
Stars: ✭ 3,509 (+902.57%)
Mutual labels:  time
Swift5 Module Template
An opinionated starting point for awesome, reusable Swift 5 modules
Stars: ✭ 331 (-5.43%)
Mutual labels:  xcode
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+5794.86%)
Mutual labels:  time
Touchbar
Apple MacBook Pro TouchBar (NSTouchBar) Cheatsheet and Swift examples
Stars: ✭ 339 (-3.14%)
Mutual labels:  xcode
Snapkit
A Swift Autolayout DSL for iOS & OS X
Stars: ✭ 18,091 (+5068.86%)
Mutual labels:  xcode
Easyswiftlayout
Lightweight Swift framework for Apple's Auto-Layout
Stars: ✭ 345 (-1.43%)
Mutual labels:  xcode
Maya
Datetimes for Humans™
Stars: ✭ 3,298 (+842.29%)
Mutual labels:  time
Tbuiautotest
Generating UI test label automatically for iOS.
Stars: ✭ 333 (-4.86%)
Mutual labels:  xcode
Time
Simple time handling in Rust
Stars: ✭ 334 (-4.57%)
Mutual labels:  time
Bluetooth headset battery level
A python script to get battery level from Bluetooth headsets
Stars: ✭ 351 (+0.29%)
Mutual labels:  battery

Apple Juice application icon

Apple Juice

An advanced battery gauge for macOS. Apple Juice can show you the estimated battery time remaining and notify you, when your battery charge hits certain percentages.

Apple Juice Appmenu Apple Juice Notifications

Today Widget

You can get even more information about your current battery status, without cluttering your screen, with the Apple Juice Today Widget. Just take a quick glance at your battery’s stats, whenever you want.

Apple Juice Today Widget

How do I install it?

  • Install Apple Juice from the published binary, by downloading the latest release and dropping it into your Applications folder.

  • Install Apple Juice using Homebrew, using the command brew cask install apple-juice

  • You can also download the source code and build it yourself. You'll have to have Carthage installed, and run carthage bootstrap, inside the project folder, to pull in the required dependencies.

ATTENTION

Loosen Gate Keeper Restrictions

As I'm not paying for an Apple Developer Account, you have to allow unsigned third party apps within the system preferences, to run Apple Juice. To allow unsigned apps choose Anywhere under System Preferences: Security: Allow apps downloaded from. If you don't have the option to select Anywhere you'll have to loosen the Gate Keeper restrictions by running sudo spctl --master-disable in the Terminal. OSXDaily have a great step by step guide. Afterwards you should be able to select Anywhere.

Remove Quarantine Attributes

Alternatively you can remove the quarantine attribute from the downloaded application package, as suggested by henrycodebreaker in issue #18. By executing the following command inside your Terminal: xattr -cr /path/to/Apple\ Juice.app.

Why does this project exist?

There are plenty of other solutions out there, so why make another one? I wanted an app that looks like it’s part of the system. As if it were built directly into macOS. Which can show me a lot of information, but only when I need them. And, most importantly, it should display notifications for several percentages. Since I haven’t found such an app, I made one myself.

How do I contribute?

You can fork this project, make your changes and send me a pull request. Make sure SwiftLint succeeds and everything is translated before submitting your pull request. Or, since the whole source code is licensed under the MIT License, fork Apple Juice and make your own thing. :-)


License

The MIT License (MIT)

Copyright (c) 2015 - 2020 Raphael Hanneken

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].