<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ripgrep on Jake Worth</title><link>https://jakeworth.com/tags/ripgrep/</link><description>Recent content in Ripgrep on Jake Worth</description><image><title>Jake Worth</title><url>https://jakeworth.com/twittercard.png</url><link>https://jakeworth.com/twittercard.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 10 Nov 2018 11:04:17 -0500</lastBuildDate><atom:link href="https://jakeworth.com/tags/ripgrep/index.xml" rel="self" type="application/rss+xml"/><item><title>Ignore Ripgrep Ignore</title><link>https://jakeworth.com/tils/ignore-ripgrep-ignore/</link><pubDate>Sat, 10 Nov 2018 11:04:17 -0500</pubDate><guid>https://jakeworth.com/tils/ignore-ripgrep-ignore/</guid><description>&lt;p&gt;I have an &lt;code&gt;.rgignore&lt;/code&gt; file that ignores half of a monorepo that I almost never
want to search in. Sometimes though, I do need to search that repo, and I&amp;rsquo;d rather not
edit my ignore file.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s how I override it for one search:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;rg &amp;#34;I mean,&amp;#34; --no-ignore
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This will search in every directory, even those I&amp;rsquo;m ignoring via the
&lt;code&gt;.rgignore&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>