Skip to content

Instantly share code, notes, and snippets.

@qzm
Created July 11, 2018 03:43
Show Gist options
  • Save qzm/a0e1aeb943a896017fdcfd243a2cdef6 to your computer and use it in GitHub Desktop.
Save qzm/a0e1aeb943a896017fdcfd243a2cdef6 to your computer and use it in GitHub Desktop.
Mac休息提示
*/45 * * * * osascript -e 'display notification "XXX,你已经工作了40分钟,休息5分钟吧" with title "该休息了"' && sleep 3 && /System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment