https://github.com/goliatone/dnd-macos
Simple utility to toggle DND mode in macOS using Notifications Center
https://github.com/goliatone/dnd-macos
do-not-disturb go golang macos
Last synced: about 2 months ago
JSON representation
Simple utility to toggle DND mode in macOS using Notifications Center
- Host: GitHub
- URL: https://github.com/goliatone/dnd-macos
- Owner: goliatone
- Created: 2018-11-11T05:29:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T06:22:22.000Z (over 6 years ago)
- Last Synced: 2025-02-13T19:18:35.284Z (4 months ago)
- Topics: do-not-disturb, go, golang, macos
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## macOS Do Not Disturb
Small CLI utility to toggle do not disturb using Notifications Center in macOS.
It has two self explanatory commands `enable` and `disable`.

```
Utility to toggle macOS do not disturb using notification center
Usage:
dnd-macos [subcommand] {enable|disable}
```