<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/search</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Fri, 01 May 2026 23:29:10 +0000</pubDate>
    <description/>
    <title>Blog (search) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/search/feed/rss"></atom:link>
    <item>
      <pubDate>Sun, 14 Mar 2010 10:46:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/use-the-textmate-command-to-quickly-install-bundle-files</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/use-the-textmate-command-to-quickly-install-bundle-files</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
Initially developed by Yehuda Katz, the &lt;a href=&quot;http://yehudakatz.com/2008/05/19/textmate-gem/&quot;&gt;Textmate gem&lt;/a&gt; is an extremely handy tool for installing and managing your Textmate bundle files.&lt;/p&gt;
&lt;p&gt;
The tool works very well, for the most part. But due to the way the GitHub search query was built, the tool failed at finding Textmate bundles that do not honour the ’-tmbundle’ suffix in the name of their repositories.&lt;/p&gt;
&lt;p&gt;
I was waiting for GitHub to fix their API bug which I &lt;a href=&quot;/blog/2010-03-09-advanced-search-query-on-github/&quot;&gt;reported here&lt;/a&gt;, but today I discovered a workaround that solves this issue.&lt;/p&gt;
&lt;p&gt;
So, here, I present you with the improved code &lt;a href=&quot;http://github.com/fredwu/textmate&quot;&gt;on my fork&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
Update: The changes are now merged back to Ddollar’s repo, so you may install the Textmate gem by:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;shell language-shell&quot;&gt;gem install textmate --source git://github.com/ddollar/textmate.git&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
Enjoy! :)&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/use-the-textmate-command-to-quickly-install-bundle-files</link>
      <title>Use the &apos;textmate&apos; Command to Quickly Install Bundle Files</title>
    </item>
    <item>
      <pubDate>Tue, 09 Mar 2010 08:54:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/advanced-search-query-on-github</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/advanced-search-query-on-github</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
Did you know, you can perform advanced search queries on &lt;a href=&quot;http://github.com/&quot;&gt;GitHub&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;
For example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ruby AND (textmate OR tmbundle)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
The above query will search everything containing &lt;code class=&quot;inline&quot;&gt;ruby&lt;/code&gt;, as well as either &lt;code class=&quot;inline&quot;&gt;textmate&lt;/code&gt; or &lt;code class=&quot;inline&quot;&gt;tmbundle&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;
Unfortunately at this stage the &lt;a href=&quot;http://develop.github.com/&quot;&gt;GitHub API&lt;/a&gt; does not support it. I’ve opened a &lt;a href=&quot;http://support.github.com/discussions/feature-requests/740-api-query-language-support-for-and-and-or&quot;&gt;ticket&lt;/a&gt; here.&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/advanced-search-query-on-github</link>
      <title>Advanced Search Query on GitHub</title>
    </item>
  </channel>
</rss>