Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 490 Bytes

readme.md

File metadata and controls

35 lines (24 loc) · 490 Bytes

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