WinCuts is a lightweight, customizable Windows utility that enhances your virtual desktop experience with powerful keyboard shortcuts and a sleek system tray interface.
Open PowerShell and run:
irm https://raw.githubusercontent.com/fingann/WinCuts/main/install.ps1 | iexThat's it! For detailed instructions, see INSTALL.md.
- Intuitive Keyboard Shortcuts: Quickly switch between virtual desktops and move windows
- Smart System Tray: Always know which desktop you're on with our minimalist, modern indicator
- Window Management: Maximize, minimize, or toggle window states with keyboard shortcuts
- Highly Configurable: Customize everything from keyboard shortcuts to the appearance
- Resource Efficient: Built in Go for minimal system impact
- Windows Native: Seamlessly integrates with Windows virtual desktops
Alt + [1-9]: Switch to desktop 1-9Alt + Shift + [1-9]: Move current window to desktop 1-9Alt + Up: Maximize current windowAlt + Down: Minimize current windowAlt + Space: Toggle window state
Edit %APPDATA%\WinCuts\config.yaml to customize:
- Keyboard shortcuts
- System tray appearance
- Virtual desktop settings
- Logging levels
See example.yaml for all available options.
Run the installation command again to update to the latest version:
irm https://raw.githubusercontent.com/fingann/WinCuts/main/install.ps1 | iexYour configuration will be preserved during updates.
- Windows 10 or later
- Go 1.21 or later
git clone https://github.com/fingann/WinCuts.git
cd WinCuts
go buildgo test ./...We welcome contributions! Whether it's bug reports, feature requests, or code contributions:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
If you find WinCuts useful, please:
- Star the repository ⭐
- Report bugs 🐛
- Contribute code or documentation 📝
- Share with others 🌟
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who have helped shape WinCuts
- Built with Go and ❤️
- Additional keyboard shortcut actions
- Custom themes for system tray icon
- Window management features
- Multiple monitor support improvements
- Configuration GUI