Skip to content

bhavey/ShiftIt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ShiftIt

Managing window size and position in OSX

Note: The master branch is highly outdated, please have a look at the shiftit16 branch.

About

ShiftIt is an application for OSX that allows you to quickly manipulate window position and size using keyboard shortcuts. It intends to become a full featured window organizer for OSX. It is a fork from the original ShiftIt by Aravindkumar Rajendiran which is not longer under development. For discussing any sort of stuff about this app, please create a new issue right here in github. There is also quite a quiet google group, but it's better to post stuff directly here.

License: GNU General Public License v3

Requirements

The primary development is done on OSX 10.6 Snow Leopard, but it should be running under OSX 10.5 Leopard as well.

Compiling

After cloning or download a snapshot of the repository (master branch is recommended):

  • on OSX 10.6 Snow Leopard
    1. Compile in XCode by clicking build, or use the scripts/release.sh (With the script option, please ignore any errors related to the signing the release. Just check if you see the ** BUILD SUCCEEDED ** message in the output and grab the app from ShiftIt/build/Release/ShiftIt.app directory.)
    2. That's it
  • on OSX 10.5 Leopard
    1. Go to Project menu and click Edit Project Settings item
    2. Select Build tab
    3. Set Architectures to be 32-bit Universal
    4. Select C/C++ Compiler Version to be GCC 4.2
    5. Check Build Active Architecture Only

The reason for this is that the Interface Builder frameworks on OS X Leopard 10.5 do not have 64-Bit capabilities.

Note: If you have a problem with the build - xcode complaining about the ShortcutRecorder IB plugin then download (from here) and build it yourself. Once done load it into the Interface Builder (double click on the just built ShortcutRecorder.ibplugin).

FAQ

I disabled the Show Icon in Menu Bar in the preferences, how can I get it back?how can I get it back?

Launch the application again. It will open the preference dialog.

3rd Party Frameworks

  • ShortcutRecorder framework (New BSD license) for capturing key bindings during hotkey reconfiguration. (from version 1.4)
  • FMT framework (MIT license) for some utility functions like handling login items, hot keys, etc. (from version 1.5)

Change Log:

About

Managing windows size and position in OSX

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%