-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
mirror-displays | ||
=============== | ||
|
||
A Mac app and command-line tool for fiddling with display mirroring: on/off/toggle | ||
|
||
``` | ||
usage: mirror [option] Passing more than one option produces undefined behavior. | ||
-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 print "on" or "off" to stdout | ||
``` | ||
|
||
A little more [here](http://www.fabiancanas.com/Projects/MirrorDisplays/). | ||
|
||
Thanks to [hydra](https://github.com/hydra) for pushing me into moving this to GitHub from its original place on [Google Code](https://code.google.com/p/mirror-displays/) |