tldr/pages/osx/caffeinate.md

16 lines
270 B
Markdown
Raw Normal View History

# caffeinate
2017-12-01 06:59:56 +00:00
> Prevent mac from sleeping.
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`