Open a website
-
For example, this command will open Google:
open https://google.com -
how to add delay time between actions in the same command line?
Something like...
open https://google.com wait 5 secounds open https://google.com
-
@Arthur-Schabbach, you could make a script like this, and run that via TRIGGERcmd:
open https://google.com sleep 5 open https://google.comMake sure you make the script file executable with a command like this:
chmod +x ~/2commands.shYour TRIGGERcmd command can look like this:

-
@Arthur-Schabbach said in Open a website:
how to add delay time between actions in the same command line?
Something like...
open https://google.com wait 5 secounds open https://google.com
Thanks Russ!
also works directly on TRIGGERcmd.

-
@Arthur-Schabbach, nice job! You did it without even using a script.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login