npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

dark-mode-cli

3.0.1

@sindresorhus

npmHomeRepoSnykSocket
Downloads:19
$ npm install dark-mode-cli
DailyWeeklyMonthlyYearly

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

  • node-dark-mode - API for this module