displayz

MIT License Continuous integration Crates.io Chocolatey

A CLI tool and library to control display settings on Windows written in Rust.

Installation

Chocolatey

Install displayz using Chocolatey on Windows:

sh choco install displayz

Cargo

Install displayz using Cargo on Windows:

sh cargo install displayz

Usage

Commandline

After installation, the displayz command will be available.

Use the following command to access the help:

sh displayz --help

The following subcommands are available:

The <properties> argument can be multiple (but at least one and max one per kind) of:

Rust Library

See the examples in the examples/ folder on how to use the library.