An open API service indexing awesome lists of open source software.

https://github.com/rshipp/ahk4cli

Assorted AutoHotkey functions compiled into individual executables that take command line arguments
https://github.com/rshipp/ahk4cli

autohotkey click command-line compiled exe mouse windows

Last synced: 7 months ago
JSON representation

Assorted AutoHotkey functions compiled into individual executables that take command line arguments

Awesome Lists containing this project

README

          

ahk4cli
=======

Several AutoHotkey functions compiled into individual executables
that take command line arguments.

## Tools

* click X Y
* doubleclick X Y
* hidetext
* mousemove X Y
* msgbox MESSAGE
* process CMD PID-OR-NAME [PARAM3]
* rightclick X Y
* sendtext [TEXT]
* traytip [TITLE] [TEXT] [OPTIONS] [SLEEP_SECONDS]
* winactivate [WINDOW]
* winclose [WINDOW]
* winmaximize [WINDOW]
* winminimize [WINDOW]
* winmove TITLE X Y
* winresize TITLE WIDTH HEIGHT

Read the AHK documentation for more information on command arguments.