Skip to content

xiaozi/awake-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
wangzhicheng03
Nov 10, 2021
01e6e5d · Nov 10, 2021

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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