From 28073eb8e55dd8ace664dd91f1806136848dca1b Mon Sep 17 00:00:00 2001 From: Toby Liu Date: Mon, 8 Jul 2019 16:07:16 -0700 Subject: [PATCH] Update readme to emphasize maintainer transition. Also emphasize the Hammerspoon alternative. --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aeb6f42c..bb1a2693 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,19 @@ *Managing window size and position in OSX* -### Looking for a new maintainer #[296](https://github.com/fikovnik/ShiftIt/issues/296). +# Looking for a new maintainer #[296](https://github.com/fikovnik/ShiftIt/issues/296). + +This project is looking for a new maintainer. Until that transition is completed, **there will likely not be further development on this project**. + +A highly recommended alternative to ShiftIt that can be implemented using [Hammerspoon](http://hammerspoon.org). + +Here is a step-by-step guide to replicating ShiftIt's features using Hammerspoon: https://github.com/fikovnik/ShiftIt/wiki/The-Hammerspoon-Alternative + # About +**Looking for a new maintainer #[296](https://github.com/fikovnik/ShiftIt/issues/296).** + 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 complete rewrite of the original [ShiftIt](http://code.google.com/p/shiftit/) by Aravindkumar Rajendiran which is not longer under development. @@ -15,6 +24,7 @@ License: [GNU General Public License v3](http://www.gnu.org/licenses/gpl.html) Change logs: change logs are versioned in the [repository](https://github.com/fikovnik/ShiftIt/tree/develop/release) as well. + ## Download A binary build for OSX 10.7+ is available in [releases](https://github.com/fikovnik/ShiftIt/releases). @@ -161,7 +171,3 @@ The releases are fully automatic which hopefully will help to release more often After `fab release` instructions about how to create the actual release at github are printed. Thanks [JetBrains](http://www.jetbrains.com/) for kindly supporting this open source project by providing [AppCode](http://www.jetbrains.com/objc/) IDE. - -## Alternatives - -There is an alternative to ShiftIt that can be implemented using [Hammerspoon](http://hammerspoon.org). You can find the details [in this wiki article](https://github.com/fikovnik/ShiftIt/wiki/The-Hammerspoon-Alternative)