NAME

grab - Deiconify, deshade, raise, focus windows by title fragment or regex

SYNOPSIS

Fragment of title:

grab Terminal

A regular expression:

grab "/^ab.*c$/"

If you have Regexp::Shellish, you can rephrase that last one as:

grab "ab*c"

DESCRIPTION

When a window is iconified, shaded, or lowered, grab it.

Takes title fragments regular expressions and (if you have installed Regexp::Shellish) shell-like wildcards. Remember to quote the wildcards.

AUTHOR

Barrie Slaymaker <barries@slaysys.com>