<?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>Forem: Tomochika Hara</title>
    <description>The latest articles on Forem by Tomochika Hara (@thara).</description>
    <link>https://forem.com/thara</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%2F41340%2Ffa974dd0-5c05-4c3c-8ed0-4397201d2f3c.png</url>
      <title>Forem: Tomochika Hara</title>
      <link>https://forem.com/thara</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/thara"/>
    <language>en</language>
    <item>
      <title>ignor, a utility to fetch .gitignore templates from gitignore.io.</title>
      <dc:creator>Tomochika Hara</dc:creator>
      <pubDate>Wed, 15 Nov 2017 20:58:10 +0000</pubDate>
      <link>https://forem.com/thara/ignor-utility-to-fetch-gitignore-tempaltes-from-gitignoreio-822</link>
      <guid>https://forem.com/thara/ignor-utility-to-fetch-gitignore-tempaltes-from-gitignoreio-822</guid>
      <description>&lt;p&gt;I published &lt;a href="https://crates.io/crates/ignor"&gt;&lt;code&gt;ignor&lt;/code&gt;&lt;/a&gt; on Cargo.&lt;/p&gt;

&lt;p&gt;You can do this using &lt;code&gt;ignor&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;ignor rust intellij &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; .gitignore
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why not use &lt;code&gt;cURL&lt;/code&gt;?
&lt;/h2&gt;

&lt;p&gt;You can generate .gitignore using a command like this.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;curl &lt;span class="nt"&gt;-L&lt;/span&gt; &lt;span class="nt"&gt;-s&lt;/span&gt; https://www.gitignore.io/api/rust,intellij
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;However, it is too difficult for find out in my bash/zsh history.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why not use bash/zsh function?
&lt;/h2&gt;

&lt;p&gt;I want to press &lt;code&gt;space&lt;/code&gt; key instead of &lt;code&gt;,&lt;/code&gt; key :)&lt;br&gt;
It is tough for me to press &lt;code&gt;,&lt;/code&gt; key than &lt;code&gt;space&lt;/code&gt; key. &lt;/p&gt;




&lt;p&gt;Thanks to other crates, the LOC is less than 100 and it is easy to understand.&lt;br&gt;
&lt;a href="https://github.com/thara/ignor"&gt;PR welcome&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Happy coding!&lt;/p&gt;

</description>
      <category>git</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
