Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davibe/resiza
Simple dock-icon-app to quickly resize current window to large, medium, small
https://github.com/davibe/resiza
Last synced: about 1 month ago
JSON representation
Simple dock-icon-app to quickly resize current window to large, medium, small
- Host: GitHub
- URL: https://github.com/davibe/resiza
- Owner: davibe
- Created: 2017-03-24T08:16:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T21:01:42.000Z (about 7 years ago)
- Last Synced: 2024-10-14T17:55:58.671Z (3 months ago)
- Language: Swift
- Size: 2.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
------A simple dock icon app that resizes the current front most window. Every time its launched the window assumes one of 3 states (sizes): large, medium, small.
Those sizes are calculated:
- as % of the screen
- taking into account dock and menubar space
- adding a border around the window so that even when the window is large there
is always some space around it for drag/drop operation or to simply look at the background.While this may seem stupid / useless / oversimplified at first
I found myself using it on a daily basis.
I can't explain what does this app solve so i jsut decided to share it :)Examples
![large](sshots/large.png)
![medium](sshots/medium.png)
![small](sshots/small.png)
![combined](sshots/combined.png)