-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
1,569 additions
and
945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,69 @@ | ||
|
||
<h1><img src="http://github.com/fikovnik/ShiftIt/raw/master/artwork/ShiftIt.png" width="72" height="72" valign="middle"/>ShiftIt </h1> | ||
|
||
*Managing windows size and position in OSX* | ||
*Managing window size and position in OSX* | ||
|
||
Overview | ||
-------- | ||
|
||
ShiftIt is an application for OSX that allows you to quickly manipulate window's position and size using a predefined ket keys. | ||
ShiftIt is an application for OSX that allows you to quickly manipulate window position and size using keyboard shortcuts. | ||
|
||
This is a fork from the original [ShiftIt][2] by [Aravindkumar Rajendiran][3] which is not longer under development. | ||
|
||
License: [GNU General Public License v3][4] | ||
|
||
The idea is to add just a few features that are currently missing like keyboard configuration, menu icon, etc., make it a solid production ready app. | ||
|
||
Actually menu icon is done - thanks to free icons available at [mysitemyway][5] | ||
Changes since initial fork: | ||
--------------------------- | ||
|
||
v1.3: | ||
Added application & status menu icons - thanks to free icons available at [mysitemyway][5] - credit: fikovnik | ||
Added ability to reconfigure hotkeys in Preferences - credit: Skandocious | ||
|
||
v1.4: | ||
Large code revamp to utilize [ShortcutRecorder][8] framework for capturing key bindings | ||
|
||
|
||
ShortcutRecorder | ||
---------------- | ||
|
||
Version 1.4 of ShiftIt employs the [ShortcutRecorder][8] framework for capturing key bindings during hotkey reconfiguration. | ||
|
||
Copyright (c) 2006, contributors to ShortcutRecorder. (See the contributors listed in detail later in the file, or see <http://wafflesoftware.net/shortcut/contributors/>.) | ||
|
||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* The name of the contributors may not be used to endorse or promote | ||
products derived from this software without specific prior written | ||
permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS "AS IS" AND ANY | ||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
Related Work | ||
------------ | ||
|
||
There is a feature full comertial application called [SizeUp][6] that I guess was an inspiration for the original ShitIt. If you are looking for a ready application with lot of features, [SizeUp][7] is way to go. | ||
There is a feature full commerical application called [SizeUp][6] that seems to be an inspiration for the original ShiftIt. If you are looking for a full-featured, paid application similar to ShiftIt then [SizeUp][7] is way to go. | ||
|
||
[2]: http://code.google.com/p/shiftit/ | ||
[3]: http://ca.linkedin.com/in/aravind88 | ||
[4]: http://www.gnu.org/licenses/gpl.html | ||
[5]: http://icons.mysitemyway.com/free-clipart-icons/1/stick-shift-vehicle-icon--id/128009/style-id/924/simple-black-square-icons/transport-travel/ | ||
[6]: http://www.irradiatedsoftware.com/sizeup/ | ||
[7]: http://www.irradiatedsoftware.com/sizeup/ | ||
[7]: http://www.irradiatedsoftware.com/sizeup/ | ||
[8]: http://code.google.com/p/shortcutrecorder/ |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.