/dark-mode-cli

Controls dark mode from the terminal

Primary LanguageRustMIT LicenseMIT

dark-mode

dark-mode lets you control dark mode from the terminal.

Usage

$ dark-mode --help
USAGE:
    dark-mode <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    help      Print this message or the help of the given subcommand(s)
    off       Disable dark mode
    on        Enable dark mode
    status    Check dark mode status
    toggle    Toggle dark mode

Installation

For now, I currently don't have a way to install dark-mode from a package manager.

Building from source is the easiest way to get dark-mode working.

cargo install --path .