1.0.0 • Published 3 years ago

do-not-disturb-cli v1.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

do-not-disturb-cli

Control the macOS Do Not Disturb feature from the command-line

Install

npm install --global do-not-disturb-cli

Usage

$ do-not-disturb --help

  Usage
    $ do-not-disturb <command>

  Commands
    on
    off
    toggle
    status

  Examples
    $ do-not-disturb on
    $ do-not-disturb status
    on

  Use `$ dnd` to quickly toggle

Related