Skip to content

A Mac app and command-line tool for fiddling with display mirroring: on/off/toggle

Notifications You must be signed in to change notification settings

fcanas/mirror-displays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16fb3c4 · Dec 29, 2021

History

19 Commits
Mar 27, 2018
Jan 19, 2014
May 6, 2010
May 6, 2010
Mar 27, 2018
Dec 29, 2021
May 6, 2010
May 6, 2010
Mar 27, 2018

Repository files navigation

mirror-displays

A Mac app and command-line tool for fiddling with display mirroring: on/off/toggle

usage: mirror [option]    Only the first option passed will be applied
  -h            Print this usage and exit.
  -t            Toggle mirroring (default behavior)
  -on           Turn Mirroring On
  -off          Turn Mirroring Off
  -q            Query the Mirroring state and write "on" or "off" to stdout
  -l A B        Makes display at index B mirror the display at index A

Installing

The mirror command line tool is available via a Homebrew tap:

brew install fcanas/tap/mirror-displays

or

brew tap fcanas/tap
brew install mirror-displays