https://github.com/hmarr/barista
☕️ Keeps your Mac awake while it's on the clock
https://github.com/hmarr/barista
Last synced: about 1 year ago
JSON representation
☕️ Keeps your Mac awake while it's on the clock
- Host: GitHub
- URL: https://github.com/hmarr/barista
- Owner: hmarr
- Created: 2017-08-01T00:45:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T08:04:31.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T12:32:33.636Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## barista
Keeps your Mac awake while it's on the clock.
Give it a config file that maps days of the week to time ranges to stay awake:
```json
{
"monday": "09:00 - 19:00",
"wednesday": "09:00 - 19:00",
"thursday": "09:00 - 12:00",
"friday": "09:00 - 19:00"
}
```
And barista will keep your Mac from idle sleeping during the hours specified.
Display sleep isn't prevented.
Todo:
- LaunchAgent
- Option to prevent display sleep