Skip to content

sivachandran/AutoIt-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

WindowGrouper

An AutoIt3 script to group related windows so that whenever one of them get focused the remaining windows will be brought to front. The windows can be grouped by their title string(regex).

Example

Suppose we want to group Notepad and Calculator and bring them top most windows when one of them get focused the WindowGrouper can be run like below

WindowGrouper.exe "Notepad$" "^Calculator$"

We can use regular expressions as title string for more advanced grouping.

Download

Download the prebuilt binary from here

About

Collection of my AutoIt scripts to ease my day to day struggle with Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published