Use Caffeinate in Terminal
It does what Caffeine does without installing anything.
caffeinate &
The &
lets you use your terminal while the command runs. Close the terminal to stop caffeinate running.
nohup caffeinate &
Will let it run even if you close your terminal.
One thought on “Use Caffeinate in Terminal”
Your tips are very helpful.
Thank you