An open API service indexing awesome lists of open source software.

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

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`.

![dnd-image](./docs/on.png)

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