Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanas committed Jan 19, 2014
1 parent 960ab5c commit 369271a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
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/)

0 comments on commit 369271a

Please sign in to comment.