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
- Host: GitHub
- URL: https://github.com/rshipp/ahk4cli
- Owner: rshipp
- Created: 2013-10-19T04:04:22.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T23:35:28.000Z (over 5 years ago)
- Last Synced: 2025-04-05T09:58:07.385Z (11 months ago)
- Topics: autohotkey, click, command-line, compiled, exe, mouse, windows
- Language: AutoHotkey
- Homepage:
- Size: 363 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.