https://github.com/walkersumida/battery-alarm
  
  
    Checks and notifies the battery level of devices connected via Bluetooth on Mac. 
    https://github.com/walkersumida/battery-alarm
  
battery battery-monitor bluetooth go macos
        Last synced: about 1 month ago 
        JSON representation
    
Checks and notifies the battery level of devices connected via Bluetooth on Mac.
- Host: GitHub
 - URL: https://github.com/walkersumida/battery-alarm
 - Owner: walkersumida
 - License: mit
 - Created: 2024-06-22T13:15:19.000Z (over 1 year ago)
 - Default Branch: main
 - Last Pushed: 2024-10-11T13:12:44.000Z (about 1 year ago)
 - Last Synced: 2025-03-29T19:13:25.542Z (7 months ago)
 - Topics: battery, battery-monitor, bluetooth, go, macos
 - Language: Go
 - Homepage:
 - Size: 38.1 KB
 - Stars: 1
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: MIT-LICENSE
 
 
Awesome Lists containing this project
README
          ## Battery Alarm
This is a simple script that will check the battery level of devices connected via Bluetooth on Mac and notify if it is below a certain threshold.

## Usage
#### Clone this repository
```sh
git clone git@github.com:walkersumida/battery-alarm.git
```
#### Adjust the threshold
Please adjust the number being passed to the `-t` (threshold) flag defined in the plist file.
#### Install
```sh
make install
```
#### Update
```sh
make update
```
#### Uninstall
```sh
make uninstall
```