https://github.com/keith/modmove
Move/Resize windows using modifiers and the mouse
https://github.com/keith/modmove
macos osx window-manager
Last synced: 2 months ago
JSON representation
Move/Resize windows using modifiers and the mouse
- Host: GitHub
- URL: https://github.com/keith/modmove
- Owner: keith
- License: mit
- Created: 2015-10-26T01:20:35.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T07:04:59.000Z (about 5 years ago)
- Last Synced: 2025-01-09T03:24:05.631Z (11 months ago)
- Topics: macos, osx, window-manager
- Language: Swift
- Homepage:
- Size: 831 KB
- Stars: 109
- Watchers: 7
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-macos-commandline - ModMove - Move/Resize windows using modifiers and the mouse. (Uncategorized / Uncategorized)
README
# ModMove
ModMove is a tiny macOS app that takes my favorite single piece of
[HyperDock](https://bahoom.com/hyperdock/) and does just that.
## Usage
There are 2 things ModMove can do:
1. To move the window under the cursor, hold Control (⌃) and Option (⌥),
then move the mouse
2. To resize the window under the cursor, hold Control (⌃) and Option
(⌥) and Shift (⇧), then move the mouse.
## Example

## Installation
With [`brew-cask`](https://github.com/caskroom/homebrew-cask):
```sh
brew cask install keith/formulae/modmove
```
Or manually by downloading the latest release from
[here](https://github.com/keith/ModMove/releases)