https://github.com/hacksore/winidle
Run a command when windows is idle
https://github.com/hacksore/winidle
Last synced: about 1 year ago
JSON representation
Run a command when windows is idle
- Host: GitHub
- URL: https://github.com/hacksore/winidle
- Owner: Hacksore
- License: mit
- Created: 2020-10-18T15:47:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T13:08:26.000Z (over 5 years ago)
- Last Synced: 2024-10-11T22:10:24.621Z (almost 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winidle
Detect if windows is idle for a given amount of seconds and run a command
### Example
```
winidle.exe -t 300 -c "rundll32.exe powrprof.dll,SetSuspendState 0,1,0"
```