Skip to content

Commit 2ce7a32

Browse files
Create README.md
1 parent 048a776 commit 2ce7a32

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

Images/cup1.png

1.51 KB
Loading

Images/cup2.png

1.83 KB
Loading

Images/cup3.png

1.4 KB
Loading

Images/cup4.png

1.66 KB
Loading

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Caffeinate
2+
A macOS menubar app to temporarily prevent the Mac from sleeping.
3+
4+
## How does it work
5+
Left-clicking the cup will toggle Caffeinate. If the cup is filled, your Mac won't go to sleep anymore.
6+
Right clicking the cup will open the settings. From there, you can also quit the app.
7+
8+
![cup1](./Images/cup1.png) dark mode Caffeinate active
9+
![cup2](./Images/cup2.png) dark mode Caffeinate inactive
10+
![cup3](./Images/cup3.png) light mode Caffeinate active
11+
![cup4](./Images/cup4.png) light mode Caffeinate inactive
12+
13+
14+
## Requirements
15+
The app requires macOS 11 or later to run. If you are using macOS 13, you can add the app to the login items via the app settings.
16+
17+
## Installation
18+
You can compile the app yourself using xcode `xcodebuild -configuration Release` or you can download a compiled version from [releases](https://github.com/Lennard599/Caffeinate/releases).
19+
20+
## FAQ
21+
**How do I quit?**
22+
Right-click the menu bar item, then go to Settings and press Quit.
23+
24+
## TODO
25+
Even if the lid is closed, prevent the Mac from sleeping.This probably requires root privelages.
26+
27+
## Links
28+
[CPUMonitor menu bar app](https://github.com/Lennard599/CPUMonitor)
29+
30+
[ClipBoardManager menu bar app](https://github.com/Lennard599/ClipBoardManager)

0 commit comments

Comments
 (0)