All Projects → sindresorhus → Dark Mode

sindresorhus / Dark Mode

Licence: mit
Control the macOS dark mode from the command-line

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Dark Mode

Argparse
Argparse for golang. Just because `flag` sucks
Stars: ✭ 294 (-43.24%)
Mutual labels:  cli-app, cli
Create Dmg
Create a good-looking DMG for your macOS app in seconds
Stars: ✭ 3,494 (+574.52%)
Mutual labels:  cli-app, cli
Gkill
Interactice process killer for Linux and macOS
Stars: ✭ 297 (-42.66%)
Mutual labels:  cli-app, cli
win-wallpaper
Manage the desktop wallpaper on Windows
Stars: ✭ 62 (-88.03%)
Mutual labels:  binary, cli-app
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+4617.57%)
Mutual labels:  cli-app, cli
ibrew
🍻Interactive CLI for Homebrew – the missing package manager for macOS.
Stars: ✭ 33 (-93.63%)
Mutual labels:  homebrew, cli-app
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (-39.38%)
Mutual labels:  cli, binary
Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: ✭ 210 (-59.46%)
Mutual labels:  cli-app, cli
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+3656.37%)
Mutual labels:  cli-app, cli
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (-27.61%)
Mutual labels:  cli-app, cli
bin-version-cli
Get the version of a binary in semver format
Stars: ✭ 36 (-93.05%)
Mutual labels:  binary, cli-app
Rust Sloth
A 3D software rasterizer... for the terminal!
Stars: ✭ 478 (-7.72%)
Mutual labels:  cli-app, cli
3llo
3llo - Trello interactive CLI aplication
Stars: ✭ 245 (-52.7%)
Mutual labels:  cli-app, cli
Cli
✨ A powerful CLI for the Create Go App project. Create a new production-ready project with backend, frontend and deploy automation by running one CLI command!
Stars: ✭ 292 (-43.63%)
Mutual labels:  cli-app, cli
Cat Names
🐈 Get popular cat names
Stars: ✭ 226 (-56.37%)
Mutual labels:  cli-app, cli
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+533.01%)
Mutual labels:  cli-app, cli
Ahoy
Create self-documenting cli programs from YAML files. Easily wrap bash, grunt, npm, docker, (anything) to standardize your processes and make the lives of the people working on your project better.
Stars: ✭ 201 (-61.2%)
Mutual labels:  cli-app, cli
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+356.18%)
Mutual labels:  cli-app, cli
Stargazed
📋 Creating your own Awesome List of GitHub stars!
Stars: ✭ 339 (-34.56%)
Mutual labels:  cli-app, cli
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (-13.13%)
Mutual labels:  cli-app, cli

dark-mode

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.

Install

Homebrew
$ brew install dark-mode
npm
$ npm install --global dark-mode-cli
Manually

Download the binary and put it in /usr/local/bin.

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

Build

Run ./build. The binary can be found at ./bin/dark-mode.

Building in Xcode works, but it does not export a binary.

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].