{"id":16203061,"url":"https://github.com/michidk/displayz","last_synced_at":"2025-12-29T15:21:11.059Z","repository":{"id":62444662,"uuid":"501514636","full_name":"michidk/displayz","owner":"michidk","description":"A CLI tool and library to control display settings on Windows written in Rust.","archived":false,"fork":false,"pushed_at":"2025-04-01T23:18:29.000Z","size":34,"stargazers_count":43,"open_issues_count":6,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T00:24:45.334Z","etag":null,"topics":["cli","display","display-library","display-settings","hacktoberfest","monitoring-tool","rust","settings"],"latest_commit_sha":null,"homepage":"https://docs.rs/displayz/latest/displayz/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michidk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-09T05:19:45.000Z","updated_at":"2025-03-26T02:33:49.000Z","dependencies_parsed_at":"2024-11-09T18:02:16.410Z","dependency_job_id":"2c93717c-bde0-400e-94e9-90bcc1ffe1fe","html_url":"https://github.com/michidk/displayz","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"a3da03bbf13153cbec8188c1e04e3b3079cfd3ac"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michidk%2Fdisplayz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michidk%2Fdisplayz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michidk%2Fdisplayz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michidk%2Fdisplayz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michidk","download_url":"https://codeload.github.com/michidk/displayz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","display","display-library","display-settings","hacktoberfest","monitoring-tool","rust","settings"],"created_at":"2024-10-10T09:51:04.129Z","updated_at":"2025-12-29T15:21:11.013Z","avatar_url":"https://github.com/michidk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# displayz\n\n[![MIT License](https://img.shields.io/crates/l/displayz)](https://choosealicense.com/licenses/mit/) [![Continuous Integration](https://github.com/michidk/displayz/actions/workflows/ci.yaml/badge.svg)](https://github.com/michidk/displayz/actions/workflows/ci.yaml) [![rust docs](https://docs.rs/displayz/badge.svg)](https://docs.rs/displayz/latest/displayz/) [![Crates.io](https://img.shields.io/crates/v/displayz)](https://crates.io/crates/displayz)\n[![Chocolatey](https://img.shields.io/chocolatey/v/displayz?include_prereleases)](https://community.chocolatey.org/packages/displayz)\n\nA CLI tool and library to control display settings on Windows written in Rust.\n\n## Installation\n\n### Chocolatey\n\nInstall [displayz using Chocolatey](https://community.chocolatey.org/packages/displayz) on Windows:\n\n```sh\nchoco install displayz\n```\n\n### Cargo\n\nInstall [displayz using Cargo](https://crates.io/displayz) on Windows:\n\n```sh\ncargo install displayz\n```\n\n## Usage\n\n### Commandline\n\nAfter installation, the `displayz` command will be available.\n\nUse the following command to access the help:\n\n```sh\ndisplayz --help\n```\n\nThe following subcommands are available:\n\n- `set-primary --id \u003cid\u003e`: Sets the display with the specified ID as the primary display.\n- `primary \u003cproperties\u003e`: Sets the primary display properties.\n- `properties --id \u003cid\u003e \u003cproperties\u003e`: Sets the display properties for the specified ID.\n\nThe `\u003cproperties\u003e` argument can be multiple (but at least one and max one per kind) of:\n\n- `--position \u003cx\u003e,\u003cy\u003e`: Sets the position of the display.\n- `--resolution \u003cwidth\u003ex\u003cheight\u003e`: Sets the resolution of the display.\n- `--orientation \u003corientation\u003e`: Sets the orientation of the display.\n  - Orientation can be either `Default`, `UpsideDown`, `Right` or `Left`.\n- `--fixedoutput \u003cfixed output mode\u003e`: Sets the fixed output mode of the display.\n  - The mode can be one of `Default`, `Stretch` or `Center`.\n- `--frequency \u003cfrequency\u003e`: Sets the refresh rate of the display.\n\n### Rust Library\n\nSee the examples in the [examples/](examples/) folder and the [documentation](https://docs.rs/displayz/latest/displayz/) on how to use the library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichidk%2Fdisplayz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichidk%2Fdisplayz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichidk%2Fdisplayz/lists"}