mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
339 B
Plaintext
22 lines
339 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# caffeine
|
|
|
|
> Prevent desktop idleness in full-screen mode.
|
|
> More information: <https://manned.org/caffeine>.
|
|
|
|
- Start a caffeine server:
|
|
|
|
`caffeine`
|
|
|
|
- Display help:
|
|
|
|
`caffeine {{[-h|--help]}}`
|
|
|
|
- Display version:
|
|
|
|
`caffeine {{[-V|--version]}}`
|