https://github.com/goliatone/dnd-slack
Simple utility to toggle DND mode in Slack
https://github.com/goliatone/dnd-slack
do-not-disturb golang slack
Last synced: about 1 month ago
JSON representation
Simple utility to toggle DND mode in Slack
- Host: GitHub
- URL: https://github.com/goliatone/dnd-slack
- Owner: goliatone
- Created: 2018-11-11T05:00:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T06:35:22.000Z (over 7 years ago)
- Last Synced: 2025-06-13T23:38:44.295Z (about 1 year ago)
- Topics: do-not-disturb, golang, slack
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Slack Do Not Disturb
Small CLI utility to toggle do not disturb from your terminal using the Slack API.
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}
-token: Slack API auth token
-status-text: Slack status text
-status-emoji: Slack status emoji
```