Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T11:19:54.000Z (about 3 years ago)
- Last Synced: 2024-07-31T12:07:36.908Z (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)
![screenshot](https://raw.github.com/xiaozi/Awake.app/master/screenshot.png)
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
```