https://github.com/xiaozi/awake-app
An app for mac osx to prevent sleeping; inspired by Caffeine.
https://github.com/xiaozi/awake-app
Last synced: about 1 month ago
JSON representation
An app for mac osx to prevent sleeping; inspired by Caffeine.
- Host: GitHub
- URL: https://github.com/xiaozi/awake-app
- Owner: xiaozi
- License: mit
- Created: 2014-02-23T11:19:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T11:19:54.000Z (over 3 years ago)
- Last Synced: 2024-10-29T11:10:49.635Z (6 months ago)
- Language: Objective-C
- Homepage: http://tool.lu/
- Size: 2.15 MB
- Stars: 124
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - 用于防止睡眠的 macOS 应用程序。
README
Awake.app
=========[中文介绍](http://type.so/object-c/awake-app.html)

An app for mac osx to prevent sleeping; inspired by Caffeine.
1. left click to toggle "should sleep status"
2. right click for menu"run at login" will not take effect unless you put this app in the `/Applications` directory.
### download
[https://github.com/xiaozi/awake-app/releases](https://github.com/xiaozi/awake-app/releases)
### apple script supported
```applescript
tell application "Awake"
turn on for 1
-- turn off
end tell
```