<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Open a website]]></title><description><![CDATA[<p dir="auto">For example, this command will open Google:</p>
<pre><code>open https://google.com
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/topic/760/open-a-website</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 03:48:39 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/760.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Jun 2020 22:47:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Open a website on Fri, 23 Dec 2022 17:32:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/18583">@Arthur-Schabbach</a>, nice job!  You did it without even using a script.</p>
]]></description><link>https://www.triggercmd.com/forum/post/6571</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6571</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 23 Dec 2022 17:32:25 GMT</pubDate></item><item><title><![CDATA[Reply to Open a website on Fri, 23 Dec 2022 17:30:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/18583">@Arthur-Schabbach</a> said in <a href="/forum/post/6561">Open a website</a>:</p>
<blockquote>
<p dir="auto">how to add delay time between actions in the same command line?</p>
<p dir="auto">Something like...</p>
<p dir="auto">open <a href="https://google.com" rel="nofollow ugc">https://google.com</a> wait 5 secounds open <a href="https://google.com" rel="nofollow ugc">https://google.com</a></p>
</blockquote>
<p dir="auto">Thanks Russ!</p>
<p dir="auto">also works directly on TRIGGERcmd.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1671816623318-captura-de-tela-2022-12-23-a-s-14.30.08.png" alt="Captura de Tela 2022-12-23 às 14.30.08.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/6570</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6570</guid><dc:creator><![CDATA[Arthur Schabbach]]></dc:creator><pubDate>Fri, 23 Dec 2022 17:30:45 GMT</pubDate></item><item><title><![CDATA[Reply to Open a website on Wed, 21 Dec 2022 23:31:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/18583">@Arthur-Schabbach</a>, you could make a script like this, and run that via TRIGGERcmd:</p>
<pre><code>open https://google.com
sleep 5
open https://google.com
</code></pre>
<p dir="auto">Make sure you make the script file executable with a command like this:</p>
<pre><code>chmod +x ~/2commands.sh
</code></pre>
<p dir="auto">Your TRIGGERcmd command can look like this:</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1671665461054-99e7da7d-92f5-49d4-8707-a349b4479d19-image.png" alt="99e7da7d-92f5-49d4-8707-a349b4479d19-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/6563</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6563</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 21 Dec 2022 23:31:02 GMT</pubDate></item><item><title><![CDATA[Reply to Open a website on Wed, 21 Dec 2022 14:42:20 GMT]]></title><description><![CDATA[<p dir="auto">how to add delay time between actions in the same command line?</p>
<p dir="auto">Something like...</p>
<p dir="auto">open <a href="https://google.com" rel="nofollow ugc">https://google.com</a> wait 5 secounds open <a href="https://google.com" rel="nofollow ugc">https://google.com</a></p>
]]></description><link>https://www.triggercmd.com/forum/post/6561</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6561</guid><dc:creator><![CDATA[Arthur Schabbach]]></dc:creator><pubDate>Wed, 21 Dec 2022 14:42:20 GMT</pubDate></item></channel></rss>