https://github.com/stefnotch/dnd
Do not disturb
https://github.com/stefnotch/dnd
Last synced: 5 months ago
JSON representation
Do not disturb
- Host: GitHub
- URL: https://github.com/stefnotch/dnd
- Owner: stefnotch
- License: unlicense
- Created: 2021-10-07T18:31:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T12:49:04.000Z (over 4 years ago)
- Last Synced: 2024-12-31T20:30:31.340Z (over 1 year ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnd - Do not disturb
A rusty Windows program to turn on focus mode for a set amount of time. It also logs every invocation of this program.
It's mainly a tool for me so that I can type things like
```
dnd 30m hard at work
```
and then not get disturbed for 30 minutes. And later down the road, I can check the logs to see how long I probably worked.
This program relies on some stuff being enabled in the focus mode settings (Game or fullscreen, not sure). It's also one terrible hack, since it calls some undocumented Windows APIs.