Managing window size and position in OSX
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
The primary development is done on OSX 10.6 Snow Leopard, but it should be running under OSX 10.5 Leopard as well.
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
(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 fromShiftIt/build/Release/ShiftIt.app
directory.) - 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).
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.
- 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)
[12]: http://nkuyu.net/apps/shiftit/release-notes-1.3.htmlBlockquotehow can I get it back?