tldr/pages/osx/caffeinate.md

17 lines
332 B
Markdown
Raw Normal View History

# caffeinate
> Prevent macOS from sleeping.
> More information: <https://ss64.com/osx/caffeinate.html>.
2017-12-01 06:59:56 +00:00
- Prevent from sleeping for 1 hour (3600 seconds):
2017-12-01 06:59:56 +00:00
`caffeinate -u -t {{3600}}`
2017-12-01 06:59:56 +00:00
- Prevent from sleeping until a command completes:
`caffeinate -s {{command}}`
2017-12-01 06:59:56 +00:00
- Prevent from sleeping until you type Ctrl-C:
`caffeinate -i`