<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introducing Chit &#8211; the only Cheat Sheet you&#8217;ve ever need</title>
	<atom:link href="http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/</link>
	<description>One post at a time</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:28:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: links for 2008-06-24 &#124; Libin Pan</title>
		<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/comment-page-1/#comment-1700</link>
		<dc:creator>links for 2008-06-24 &#124; Libin Pan</dc:creator>
		<pubDate>Tue, 24 Jun 2008 06:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.libinpan.com/?p=171#comment-1700</guid>
		<description>[...] Introducing Chit - the only Cheat Sheet you’ve ever need &#124; Libin Pan Chit is a command line cheat sheet utility based on git. (tags: chit cheat ruby rails shell bash mac osx unix cheatsheet)     SHARETHIS.addEntry({ title: &quot;links for 2008-06-24&quot;, url: &quot;http://blog.libinpan.com/2008/06/24/links-for-2008-06-24/&quot; }); [...]</description>
		<content:encoded><![CDATA[<p>[...] Introducing Chit &#8211; the only Cheat Sheet you’ve ever need | Libin Pan Chit is a command line cheat sheet utility based on git. (tags: chit cheat ruby rails shell bash mac osx unix cheatsheet)     SHARETHIS.addEntry({ title: &#8220;links for 2008-06-24&#8243;, url: &#8220;http://blog.libinpan.com/2008/06/24/links-for-2008-06-24/&#8221; }); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; Rounded Corners - 204 (Git Day)</title>
		<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/comment-page-1/#comment-1699</link>
		<dc:creator>Labnotes &#187; Rounded Corners - 204 (Git Day)</dc:creator>
		<pubDate>Tue, 24 Jun 2008 03:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.libinpan.com/?p=171#comment-1699</guid>
		<description>[...] Libin Pan has more on Chit. [...]</description>
		<content:encoded><![CDATA[<p>[...] Libin Pan has more on Chit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libin Pan</title>
		<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/comment-page-1/#comment-1698</link>
		<dc:creator>Libin Pan</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.libinpan.com/?p=171#comment-1698</guid>
		<description>More goodies from the Author:

bash complete

&lt;blockquote&gt;
_chit()
{
    COMPREPLY=($(compgen -W &#039;$(chit all)&#039; -- ${COMP_WORDS[COMP_CWORD]}));
    return 0
}
complete -F _chit chit
&lt;/blockquote&gt;

TextMate Command

&lt;blockquote&gt;
. &quot;${TM_SUPPORT_PATH}/lib/html.sh&quot;
. &quot;${TM_SUPPORT_PATH}/lib/webpreview.sh&quot;

word=${TM_SELECTED_TEXT:-$TM_CURRENT_WORD}
html_header &quot;Cheat Sheet for $word&quot;
chit $word --no-add --html;
html_footer
&lt;/blockquote&gt;

Input: Selected Text

Output: Show as HTML</description>
		<content:encoded><![CDATA[<p>More goodies from the Author:</p>
<p>bash complete</p>
<blockquote><p>
_chit()<br />
{<br />
    COMPREPLY=($(compgen -W &#8216;$(chit all)&#8217; &#8212; ${COMP_WORDS[COMP_CWORD]}));<br />
    return 0<br />
}<br />
complete -F _chit chit
</p></blockquote>
<p>TextMate Command</p>
<blockquote><p>
. &#8220;${TM_SUPPORT_PATH}/lib/html.sh&#8221;<br />
. &#8220;${TM_SUPPORT_PATH}/lib/webpreview.sh&#8221;</p>
<p>word=${TM_SELECTED_TEXT:-$TM_CURRENT_WORD}<br />
html_header &#8220;Cheat Sheet for $word&#8221;<br />
chit $word &#8211;no-add &#8211;html;<br />
html_footer
</p></blockquote>
<p>Input: Selected Text</p>
<p>Output: Show as HTML</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libin Pan</title>
		<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/comment-page-1/#comment-1697</link>
		<dc:creator>Libin Pan</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.libinpan.com/?p=171#comment-1697</guid>
		<description>@website design:

You mean &#039; chit zsh_glob&#039;, right? :)</description>
		<content:encoded><![CDATA[<p>@website design:</p>
<p>You mean &#8216; chit zsh_glob&#8217;, right? <img src='http://blog.libinpan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: website design</title>
		<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/comment-page-1/#comment-1696</link>
		<dc:creator>website design</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.libinpan.com/?p=171#comment-1696</guid>
		<description>I am a big fan of cheat, this looks like it will be the same plus some advanced features. cheat zsh_glob zsh_glob: **/* Picks out all files and directories, recursively. ***/* Ditto, following symlinks * Any string, including the null string. ? Any character. [...] Any of the enclosed characters. Ranges of characters can be specified by separating two characters by a -. [^...] Inverse [!...] Inverse  Any number in the range x to y, inclusive. Either can be omitted. ^x Anything except the pattern x. x&#124;y Either x or y. x# Zero or more occurrences of the pattern x. x## One or more occurrences of the pattern x. (.) Files only (/) Directories only (@) Symlinks only (x) Executables only (r) Readable files only (w) Writable files only (W) World-writable files (U) Owned by you dos2unix **/*~*.(gif&#124;png&#124;jpg)(.) # ~ excludes dos2unix (#i)**/*~*.(gif&#124;png&#124;jpg)(.) # case-insensitive ls =bob # Lists file anywhere in $PATH ls **/some_file # Lists file under current directory zargs -- **/*(.) -- ls -l # Ditto</description>
		<content:encoded><![CDATA[<p>I am a big fan of cheat, this looks like it will be the same plus some advanced features. cheat zsh_glob zsh_glob: **/* Picks out all files and directories, recursively. ***/* Ditto, following symlinks * Any string, including the null string. ? Any character. [...] Any of the enclosed characters. Ranges of characters can be specified by separating two characters by a -. [^...] Inverse [!...] Inverse  Any number in the range x to y, inclusive. Either can be omitted. ^x Anything except the pattern x. x|y Either x or y. x# Zero or more occurrences of the pattern x. x## One or more occurrences of the pattern x. (.) Files only (/) Directories only (@) Symlinks only (x) Executables only (r) Readable files only (w) Writable files only (W) World-writable files (U) Owned by you dos2unix **/*~*.(gif|png|jpg)(.) # ~ excludes dos2unix (#i)**/*~*.(gif|png|jpg)(.) # case-insensitive ls =bob # Lists file anywhere in $PATH ls **/some_file # Lists file under current directory zargs &#8212; **/*(.) &#8212; ls -l # Ditto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Bruno</title>
		<link>http://blog.libinpan.com/2008/06/introducing-chit-the-only-cheat-sheet-you-ever-need/comment-page-1/#comment-1695</link>
		<dc:creator>Luca Bruno</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.libinpan.com/?p=171#comment-1695</guid>
		<description>Could you attach any screenshots please?</description>
		<content:encoded><![CDATA[<p>Could you attach any screenshots please?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
