diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfc4050 --- /dev/null +++ b/README.md @@ -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/)