A lightweight macOS window mover and resizer with global hotkeys.
- Option + Arrow keys - Resize window
- Cmd + Option + Arrow keys - Move window
- Ctrl + Option + Q - Quit
Download the latest release or build from source:
cargo build --release
strip target/release/nudge
cp target/release/nudge /usr/local/bin/Edit ~/Library/Application Support/nudge/config.toml to customize hotkeys.
The config file is created on first run with helpful comments explaining each option.