A lightweight Windows utility to manage application windows from the command line.
Pre-built executable available in Releases.
- Download the latest
windowmanager.exe
from Releases - Place it in a directory included in your system PATH or add its location to PATH
git clone https://github.com/FanaticExplorer/WindowManager.git
cd WindowManager
pip install -r requirements.txt
Run the program with --help
for complete usage instructions:
windowmanager --help
# List all open windows
windowmanager -l
# Check if Notepad is running
windowmanager -e -t "Notepad"
# Minimize Calculator window
windowmanager -m -t "Calculator"
# Focus Chrome browser window
windowmanager -f -p "chrome"
# Check if window with PID 1234 is minimized
windowmanager -z --pid 1234
If you find this tool useful, consider supporting my work:
You can also support me with cryptocurrency:
Binance Pay ID: 780389392
Direct Wallet Addresses:
- BTC:
1ksLDnSTekh9kdQcgeqtbdZtxKuLtDobC
- ETH (ERC20):
0xef174683a9ca0cc6065bb8de433188bb1767b631
- USDT (TRC20):
TC3SSLB1cyD1PEugufHF5zUv3sVpFhCi7z
- SOL (Solana):
4ZZhbfJMevkg3x9W8KQiBsdFLz5NAkKMm7takXi2Lz8i
Every donation helps me create and maintain more useful tools!
MIT © FanaticExplorer