mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1858] Feature: CLI tool and Shortcuts support for display control #1015
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1015
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Darkroom4364 on GitHub (Apr 15, 2026).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1858
Interested in contributing CLI and Shortcuts support for MonitorControl. This would address several prior requests (#1601, #1515, #1620).
What's built so far (on my fork):
monitorcontrolCLI bundled inside the app bundlelist,get <property>,set <property> <value>with--displaytargeting and--jsonoutputExample usage:
Next step would be App Intents / Shortcuts integration, reusing the same control logic.
The CLI requires the app to be running (no daemon, no extra processes). Happy to open a PR if there's interest, or adjust the approach based on feedback.