https://github.com/megaconfidence/auto-resize-window
An automatic window resizer app for Mac OS
https://github.com/megaconfidence/auto-resize-window
application automation macos
Last synced: 8 months ago
JSON representation
An automatic window resizer app for Mac OS
- Host: GitHub
- URL: https://github.com/megaconfidence/auto-resize-window
- Owner: megaconfidence
- Created: 2022-06-16T00:07:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T15:34:32.000Z (over 1 year ago)
- Last Synced: 2024-10-28T20:50:10.154Z (over 1 year ago)
- Topics: application, automation, macos
- Language: AppleScript
- Homepage:
- Size: 765 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Resize Window
https://user-images.githubusercontent.com/17744578/174408067-a1681e21-26fb-4b8f-8656-d9df4a9d9607.mp4
> This only works on Mac OS
This is an AppleScript app that automatically resizes the active window to various 16:9 aspect ratios. This is useful for automatically resizing an app window before a screencast or screen share.
## Usage
1. Download the app zip file [here](https://github.com/megaconfidence/auto-resize-window/raw/main/downloads/Auto%20Resize%20Window.zip)
1. Extract the app from the zip file
1. Move the app to your `Applications` folder
1. Open up Spotlight (`cmd+spacebar`) and type in `Auto Resize Window`
1. Hit enter
1. Select a resolution and profit
## Important ⚠️
You will need to give this application access to `System Events` and `Finder` on the first run. On macOs Ventura (13.1) and higher, go to `System Settings` > `Privacy & Security` > `Security` then allow _Auto Resize Window_ to run
You can always take a look at the source code [here](src/scrpt.scpt) to be sure this program is not malicious.
| | |
| :-----------------------------------------------: | :--------------------------------------: |
|  |  |
## Known Issues
- The app currently can't resize apps that don't support AppleScript i.e `Electron` apps.