From 369271aa46d9e823591952cc4966ae7e02a8f14a Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 18 Jan 2014 19:22:14 -0500 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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/)