Sleeper is a lightweight Command-line tool written in Go
that puts your Windows machine into sleep (suspend) mode. It logs the date, time, and duration of each sleep session, providing a simple and efficient way to monitor your system's sleep activity.
- Dowload the program directly from the GitHub releases page.
- Add a folder for scripts to your PATH variable. Usually this is
C:\Users\{Username}\bin
. - Place
sleeper.exe
in this folder.
- Run the program by typing
sleeper.exe
in the terminal.
Currently only windows 11 has been tested, but older versions of windows should work.
The data is located at C:\Users\{Username}\AppData\Local\sleeper\data.csv
.