Skip to content

Commit

Permalink
markdown readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Feb 15, 2015
1 parent 22d1a02 commit 9e6ad27
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.rst → README.markdown
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Move Window
===========
# Move Window

Move window is a script that I use to rearrange windows under Mac OS X without
touching the mouse.
touching the mouse.

New windows open in Mac OS X wherever they want. Command line enthusiasts hate
to grab the mouse and placing windows is a pain. `move_window` to the rescue:
it lets you position your windows very quickly and cleanly via the commandline
- most useful in conjunction with Launchbar or Quicksilver.
-- most useful in conjunction with Launchbar or Quicksilver.

Installation
------------

The script requires Mac OS X 10.10 (Yosemite) as it uses the JavaScript
automation that was introduced in this version. Just drop the `move_window`
script into a `bin` directory, for example `/usr/local/bin`.
script into a `bin` directory, for example `/usr/local/bin`.

Usage
-----
Expand All @@ -27,9 +26,8 @@ number of y partitions, a range. Examples::
move_window 02031 # first screen (0), left half (20), divide in 3 parts in y direction (3) and use middle (1)
move_window 031-231 # first screen (0), right two third (31-2), divide in 3 parts in y direction (3) and use middle (1)

See also my `introductive blog post`__ for more information and examples.

__ http://www.sirver.net/blog/2012/01/04/move-window-done-right/
See also my [introductive blog post](http://www.sirver.net/blog/2012/01/04/move-window-done-right/) for more
information and examples.

The `contrib` directory contains an AppleScript that I use for Launchbar
Integration. Just drop into `~/Library/Application Support/LaunchBar/Actions`,
Expand Down

0 comments on commit 9e6ad27

Please sign in to comment.