aaronshekey / Awake.app

An app for mac osx to prevent sleeping; inspired by Caffeine.

Home Page:http://tool.lu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awake.app

中文介绍

screenshot

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

apple script supported

tell application "Awake"
	turn on for 1
	-- turn off
end tell

About

An app for mac osx to prevent sleeping; inspired by Caffeine.

http://tool.lu/

License:MIT License


Languages

Language:Objective-C 99.4%Language:C 0.6%