Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanorei32/winresz
A simple window resize utility for Windows.
https://github.com/yanorei32/winresz
Last synced: 9 days ago
JSON representation
A simple window resize utility for Windows.
- Host: GitHub
- URL: https://github.com/yanorei32/winresz
- Owner: yanorei32
- License: bsd-2-clause
- Created: 2023-08-28T11:50:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T13:20:10.000Z (7 months ago)
- Last Synced: 2024-04-02T14:38:04.147Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# winresz
A simple window resize utility for Windows.
## How to use it
- Change Resolution by window title
```
winresz --title-contains "Windowed Projector" 1280x720
```
- Change Resolution by executable path
```
winresz --path-endswith "notepad.exe" 1280x720
```