<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Four more for the console</title>
	<atom:link href="http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kaleb Elwert</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41826</link>
		<dc:creator><![CDATA[Kaleb Elwert]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41826</guid>
		<description><![CDATA[Ahh.
Any help on compiling clex? It keeps segfaulting when I try to run it... darn.]]></description>
		<content:encoded><![CDATA[<p>Ahh.<br />
Any help on compiling clex? It keeps segfaulting when I try to run it&#8230; darn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaleb Elwert</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41805</link>
		<dc:creator><![CDATA[Kaleb Elwert]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41805</guid>
		<description><![CDATA[I haven&#039;t found any file manager that breaks folders down into the amount of space (including subfolders) it takes. That&#039;s really the main use of ncdu - finding which folders are taking the most space and cleaning it out.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t found any file manager that breaks folders down into the amount of space (including subfolders) it takes. That&#8217;s really the main use of ncdu &#8211; finding which folders are taking the most space and cleaning it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter_be</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41804</link>
		<dc:creator><![CDATA[Dieter_be]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41804</guid>
		<description><![CDATA[I tried ncdu and it&#039;s really cool.
but it hit me that, ideally, a good filemanager has all the features ncdu has.

/me goes off installing vifm]]></description>
		<content:encoded><![CDATA[<p>I tried ncdu and it&#8217;s really cool.<br />
but it hit me that, ideally, a good filemanager has all the features ncdu has.</p>
<p>/me goes off installing vifm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 26/1/2010: XGI is Back, Fedora Spins Directory &#124; Boycott Novell</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41799</link>
		<dc:creator><![CDATA[Links 26/1/2010: XGI is Back, Fedora Spins Directory &#124; Boycott Novell]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 02:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41799</guid>
		<description><![CDATA[[...] Four more for the console This one I find myself coming back to quite frequently. I must agree that the standard disk usage command for Linux is a bother. If all I want to know is the amount of space a folder is taking up on the drive, I have a long and arduous string of flags to tack on to du before I can get the information I want. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Four more for the console This one I find myself coming back to quite frequently. I must agree that the standard disk usage command for Linux is a bother. If all I want to know is the amount of space a folder is taking up on the drive, I have a long and arduous string of flags to tack on to du before I can get the information I want. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Rauhala</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41785</link>
		<dc:creator><![CDATA[Mats Rauhala]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41785</guid>
		<description><![CDATA[You can also use abook for mutt autocompletion. By setting &#039;query_command&#039; to &#039;abook --mutt-query %s&#039; you use ^T for completing email addresses.

&#039;abook --add-email-quiet&#039; can be used to parse email files for adding email addresses to abook.

set query_command=&quot;abook --mutt-query %s&quot;

for i in cur/*; do cat $i &#124; abook --add-email-quiet ; done # IIRC]]></description>
		<content:encoded><![CDATA[<p>You can also use abook for mutt autocompletion. By setting &#8216;query_command&#8217; to &#8216;abook &#8211;mutt-query %s&#8217; you use ^T for completing email addresses.</p>
<p>&#8216;abook &#8211;add-email-quiet&#8217; can be used to parse email files for adding email addresses to abook.</p>
<p>set query_command=&#8221;abook &#8211;mutt-query %s&#8221;</p>
<p>for i in cur/*; do cat $i | abook &#8211;add-email-quiet ; done # IIRC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benj1</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41784</link>
		<dc:creator><![CDATA[benj1]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41784</guid>
		<description><![CDATA[funny you should mention abook, ive recently been looking for some kind of address book, and there seems to be a huge lack of them.

i only wanted something that would work with calendar for birthdays etc, and an email client, aswell as the usual phone numbers and addresses, but there wasn&#039;t really anything that fit the bill.

guess I will have to get some awk practise]]></description>
		<content:encoded><![CDATA[<p>funny you should mention abook, ive recently been looking for some kind of address book, and there seems to be a huge lack of them.</p>
<p>i only wanted something that would work with calendar for birthdays etc, and an email client, aswell as the usual phone numbers and addresses, but there wasn&#8217;t really anything that fit the bill.</p>
<p>guess I will have to get some awk practise</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaleb Elwert</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41783</link>
		<dc:creator><![CDATA[Kaleb Elwert]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41783</guid>
		<description><![CDATA[Yeah, I found ncdu as a replacement for filelight, but I never use qt libs plus gentoo wanted all the kde stuff as well. Not worth it for one app, especially on a 5-6 year old laptop.
ncdu has some really useful shortcuts too... like, d will delete the selected directory or file if you&#039;re sure you don&#039;t want it any more... really useful so you don&#039;t need to have a file manager open.

Looks like I&#039;ll be trying clex. I&#039;ve been looking for a single pane fm for the console... and I like pcmanfm, but it&#039;s going through a huge rewrite and isn&#039;t exactly stable at the moment...]]></description>
		<content:encoded><![CDATA[<p>Yeah, I found ncdu as a replacement for filelight, but I never use qt libs plus gentoo wanted all the kde stuff as well. Not worth it for one app, especially on a 5-6 year old laptop.<br />
ncdu has some really useful shortcuts too&#8230; like, d will delete the selected directory or file if you&#8217;re sure you don&#8217;t want it any more&#8230; really useful so you don&#8217;t need to have a file manager open.</p>
<p>Looks like I&#8217;ll be trying clex. I&#8217;ve been looking for a single pane fm for the console&#8230; and I like pcmanfm, but it&#8217;s going through a huge rewrite and isn&#8217;t exactly stable at the moment&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CorkyAgain</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41779</link>
		<dc:creator><![CDATA[CorkyAgain]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41779</guid>
		<description><![CDATA[I agree, Serguei, and I&#039;m getting impatient waiting for K.Mandla to finally give it a try.  ;-)

But vifm&#039;s default colorscheme is garish, imho.  The first thing I do after installing it is edit the colorschemes file to make the borders the same color as the list background.  I really dislike the way the default scheme creates a &quot;fat frame&quot; look that feels so utterly un-vi-like.  (Check out the screenshot on the vifm website to see what I mean.)

vifm&#039;s real power comes from its ability to associate filetypes with external commands, and from its extensible set of :com commands.  Be sure to experiment with those features when giving vifm a trial run.]]></description>
		<content:encoded><![CDATA[<p>I agree, Serguei, and I&#8217;m getting impatient waiting for K.Mandla to finally give it a try.  <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>But vifm&#8217;s default colorscheme is garish, imho.  The first thing I do after installing it is edit the colorschemes file to make the borders the same color as the list background.  I really dislike the way the default scheme creates a &#8220;fat frame&#8221; look that feels so utterly un-vi-like.  (Check out the screenshot on the vifm website to see what I mean.)</p>
<p>vifm&#8217;s real power comes from its ability to associate filetypes with external commands, and from its extensible set of :com commands.  Be sure to experiment with those features when giving vifm a trial run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serguei Filimonov</title>
		<link>http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41775</link>
		<dc:creator><![CDATA[Serguei Filimonov]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/01/25/four-more-for-the-console/#comment-41775</guid>
		<description><![CDATA[vifm is the best file-management experience I&#039;ve ever had. Perfect for vi ninjas and still great if you&#039;re not into vi.]]></description>
		<content:encoded><![CDATA[<p>vifm is the best file-management experience I&#8217;ve ever had. Perfect for vi ninjas and still great if you&#8217;re not into vi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
