Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T06:35:22.000Z (about 6 years ago)
- Last Synced: 2024-11-03T07:42:42.546Z (2 months ago)
- Topics: do-not-disturb, golang, slack
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 2
- 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`.
![dnd-image](./docs/dnd.gif)
```
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
```