Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 601 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 601 Bytes

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