topfunky / osx-window-sizing forked from wycats/osx-window-sizing

AppleScripts to resize windows simply

This URL has Read+Write access

name age message
file .gitignore Thu Aug 21 13:09:53 -0700 2008 Extra script to move window to left monitor in ... [Geoffrey Grosenbach]
file README.markdown Thu Jun 12 15:52:42 -0700 2008 Notes [Geoffrey Grosenbach]
file Rakefile Thu Jun 12 15:47:12 -0700 2008 Modifications of rakefile to build all scripts,... [Geoffrey Grosenbach]
file at-menu-center.applescript Mon Mar 09 17:17:40 -0700 2009 Script for placement at top center of screen. [Geoffrey Grosenbach]
file at-menu.applescript Mon Mar 09 14:00:55 -0700 2009 Added script to size a window and place it at t... [Geoffrey Grosenbach]
file center-chromeless.applescript Loading commit data...
file center.applescript Mon Mar 09 13:40:13 -0700 2009 Cleanup and removal of unused scripts. [Geoffrey Grosenbach]
file center800.applescript Mon Mar 09 13:40:13 -0700 2009 Cleanup and removal of unused scripts. [Geoffrey Grosenbach]
file front-half-left.applescript Mon Mar 09 13:40:13 -0700 2009 Cleanup and removal of unused scripts. [Geoffrey Grosenbach]
file front-half-right.applescript Mon Mar 09 13:40:13 -0700 2009 Cleanup and removal of unused scripts. [Geoffrey Grosenbach]
file front-natural-left.applescript Wed Mar 11 15:53:24 -0700 2009 Increase to 1100 instead of 1000. Most sites ex... [Geoffrey Grosenbach]
file maximize.applescript Mon Mar 09 13:40:13 -0700 2009 Cleanup and removal of unused scripts. [Geoffrey Grosenbach]
file movie-duration-sum.applescript Mon Mar 09 13:40:13 -0700 2009 Cleanup and removal of unused scripts. [Geoffrey Grosenbach]
README.markdown

OSX Window Sizing

OSX Window Sizing is a set of apps that makes it dead-simple to change the size of your windows.

This Topfunky fork includes several extra scripts to resize specific apps to certain places on the screen. I have them bound to ctrl-shift-[1,2,3,4,5] for easy access. Use them as a starting point for your own window management.

maximize

Maximize will maximize your windows to full-screen. It will take drawers into consideration as well, so applications like TextMate will truly fill the screen. This works even in applications with Zoom buttons that don't truly maximize (like Safari).

center

Center will ask you for a pixel size (e.g. "1024x768") and resize your application window to that size. It will then center the application on the screen. It defaults to 800x600.

Installation

Install the scripts by typing rake install in this directory. This will compile the applescripts into .scpt files and copy them into your ~/Library/Scripts folder.

Usage

To compile and run all scripts to ~/Library/Scripts, run

rake install

It is recommended that you bind the scripts to shortcut keys in the system. I personally use ctrl-shift-M for maximize and ctrl-shift-C for center.

Running rake install_fastscripts will download a free app called FastScripts Lite, mount it, and open the mounted folder so you can complete the installation. This will provide a menu-bar replacement for the Scripts menubar that will allow you to attach keys to any script.

OSX Window Sizing will only work if the window in question is the front-most window (future versions might provide support for choosing the window or windows you wish to resize).