<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: なないろプロジェクト</title>
    <description>The latest articles on DEV Community by なないろプロジェクト (@nanairoprojects).</description>
    <link>https://dev.to/nanairoprojects</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F300993%2F430621af-9519-4543-bc7d-f4faeeeddab9.jpg</url>
      <title>DEV Community: なないろプロジェクト</title>
      <link>https://dev.to/nanairoprojects</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nanairoprojects"/>
    <language>en</language>
    <item>
      <title>Open chrome from terminal in mac</title>
      <dc:creator>なないろプロジェクト</dc:creator>
      <pubDate>Thu, 26 Dec 2019 03:00:15 +0000</pubDate>
      <link>https://dev.to/nanairoprojects/open-chrome-from-terminal-in-mac-19ki</link>
      <guid>https://dev.to/nanairoprojects/open-chrome-from-terminal-in-mac-19ki</guid>
      <description>&lt;p&gt;Just write a code below in terminal.&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;open -a "Google Chrome" https://dev.to/t/productivity&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;If you set an alias as below&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;alias chrome='open -a "Google Chrome"'&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;you can also open&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;chrome https://dev.to/t/productivity&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Simple tips.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
