ShiftIt
ShiftIt copied to clipboard
Managing windows size and position in OSX
ShiftIt
Managing window size and position in OSX
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
- Compile in XCode by clicking build, or use the
scripts/release.sh
- That's it
- Compile in XCode by clicking build, or use the
- on OSX 10.5 Leopard
- Go to
Project
menu and clickEdit Project Settings
item - Select
Build
tab - Set
Architectures
to be32-bit Universal
- Select
C/C++ Compiler Version
to beGCC 4.2
- Check
Build Active Architecture Only
- Go to
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:
[12]: http://nkuyu.net/apps/shiftit/release-notes-1.3.htmlBlockquotehow can I get it back?