3.0.1 • Published 2 years ago

dark-mode-cli v3.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

dark-mode-cli

Control the macOS dark mode from the command-line

Requires macOS 10.10 or later. macOS 10.13 or earlier needs to download the Swift runtime support libraries.

Convenience npm package for the dark-mode binary.

Install

npm install --global dark-mode-cli

Usage

$ dark-mode --help

  Usage
    $ dark-mode [command]

  Commands
    <none>  Toggle dark mode
    on      Enable dark mode
    off     Disable dark mode
    status  Dark mode status

Related