Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 385 Bytes

ChangeLog.md

File metadata and controls

14 lines (9 loc) · 385 Bytes

Release 0.1

Implements the following commands:

  1. getmouselocation
  2. search
  3. windowactivate

The window stack is not yet implemented. Therefore it is NOT possible to perform the following:

w32dotool search --name ".*Firefox.*" windowactivate

But it IS possible to perform the following:

w32dotool windowactivate $(w32dotool search --name ".*Firefox.*")