logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Caffeinate - Prevent macOS Sleep | Online Free DevTools by Hexmos

Prevent macOS from sleeping with Caffeinate. Stop your Mac from going idle, manage sleep settings, and prevent disk idling. Free online tool, no registration required.

caffeinate

Prevent macOS from sleeping. More information: https://keith.github.io/xcode-man-pages/caffeinate.8.html.

  • Prevent the display from sleeping:

caffeinate -d

  • Prevent from sleeping for 1 hour (3600 seconds):

caffeinate -u -t {{3600}}

  • Fork a process, exec “make” in it, and prevent sleep as long as that process is running:

caffeinate -i make

  • Prevent from sleeping until a process with the specified PID completes:

caffeinate -w {{pid}}

  • Prevent disk from sleeping (use <Ctrl c> to exit):

caffeinate -m

See Also