Closed dnup closed 4 years ago
There is no support for anything like this in cliclick. But you can combine with the usual other shell scripting approaches to achieve the same result:
while [[ "$(date '+%H:%M:%S')" < "23:59:59" ]]; sleep 1; done; cliclick kp:enter
eg.
cliclick wait 23:59:59 kp:enter