README.md
<a href="https://github.com/MrKai77/Loop#features"><strong>Explore Loop »</strong></a>
<a href="https://github.com/MrKai77/Loop/releases/latest/download/Loop.zip">Download for macOS</a>
<i>~ Compatible with macOS 13 and later. ~</i></p>
</div>Loop is a macOS app that simplifies window management for you. You can effortlessly choose your window direction using a radial menu triggered by a simple key press, and customize it according to your preferences with personalized colors and settings. You can easily move, resize, and arrange your windows with just a few clicks, saving you valuable time and energy.
<h6 align="center"> <a href="https://discord.gg/2CZ2N6PKjq"> </a> <a href="https://github.com/MrKai77/Loop/blob/main/LICENSE"> </a> <a href="https://github.com/MrKai77/Loop/stargazers"> </a> <a href="https://github.com/MrKai77/Loop/network/members"> </a> <a href="https://github.com/MrKai77/Loop/issues"> </a> </h6>[!NOTE]
Loop is constantly evolving, with new features and improvements added regularly to enhance your window management experience on macOS.
The Radial Menu allows you to manipulate windows using your mouse/trackpad. Hold down the trigger key and move your cursor in the desired direction to move and resize the window.
<div><video controls src="https://github.com/user-attachments/assets/658f7043-79a1-4690-83b6-a714fe6245c8" muted="false"></video></div>The preview window enables you to see the resize action before committing to it.
<div><video controls src="https://github.com/user-attachments/assets/5ecb3ae8-f295-406f-b968-31e539f4a098" muted="false"></video></div>Loop allows you to assign any key in tandem with the trigger key to initiate a window manipulation action.
<div><video controls src="https://github.com/user-attachments/assets/d865329f-0533-4eeb-829d-9aa6159f454b" muted="false"></video></div>Loop can become very powerful when paired with cycles. These enable you to perform multiple window manipulations in quick succession by pressing the same key combination repeatedly, or by left-clicking repeatedly!
<div><video controls src="https://github.com/user-attachments/assets/1adb1325-775d-4687-9085-71c7f775d65d" muted="false"></video></div>Hide windows at the screen edge to declutter your workspace. Hover near the edge or use a keybind to access them whenever you need.
<div><video controls src="https://github.com/user-attachments/assets/080ba2fb-41b3-4b39-9000-a76f2fc794ed" muted="false"></video></div>The radial menu is fully customizable in terms of width, shape, and color. It is also completely optional and can be disabled. Both the cursor interaction and the radial menu itself are independently toggleable.
<div><video controls src="https://github.com/user-attachments/assets/b2d3f6c8-dd68-4ac2-a30a-19f36a8fd94d" muted="false"></video></div>Adjust the padding, corner radius, border color, and border width of the optional preview window.
<div><video controls src="https://github.com/user-attachments/assets/fc107861-8125-42c2-b987-2fff554078d5" muted="false"></video></div>brew install loop
Navigate to the release page and download the latest .zip file located at the bottom, or click me.
Loop uses a trigger key to function. This key must be held down or pressed to activate certain features within Loop. To access the radial menu, hold down the trigger key and move the cursor in the desired direction. Users who prefer keyboard shortcuts can assign a key to work with the trigger key, activating specific actions. The trigger key can be set in the "Behavior" tab of the "Settings" section. The trigger key can consist of one or multiple keys.
To set Caps Lock as your trigger key, you have two options:
Caps Lock (⇪) key to (^) Control.Right Control key as your trigger.Loop can be controlled via shell commands or AppleScript using its URL scheme:
# Shell examples
open "loop://direction/right" # Move window to right half
open "loop://action/maximize" # Maximize window
open "loop://screen/next" # Move to next screen
# AppleScript examples
osascript -e 'tell application "Loop" to activate'
osascript -e 'open location "loop://direction/left"'
You can also create custom scripts to chain multiple actions:
#!/bin/bash
# Example: Move window right and then maximize
open "loop://direction/right"
sleep 0.5
open "loop://action/maximize"
For a complete list of available commands:
open "loop://list/all" # List all commands
open "loop://list/actions" # List window actions
open "loop://list/keybinds" # List custom keybinds
To see all the contributors who have played a significant role in developing Loop, visit our Contributors page.
For an extensive guide on how to contribute, check out the contributing guide.
Information was gathered from each app’s official website and other online sources and may be outdated. If you notice any inaccuracies, please open an issue or contact the maintainers. Special thanks to the Definitive MacApp Comparisons spreadsheet.
This project is licensed under the GNU GPLv3 license.