<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; text processing</title> <atom:link href="http://www.ghacks.net/tag/text-processing/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Distraction-free writing with PyRoom</title><link>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/</link> <comments>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/#comments</comments> <pubDate>Fri, 02 Oct 2009 16:59:24 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[console]]></category> <category><![CDATA[text editor]]></category> <category><![CDATA[text processing]]></category> <category><![CDATA[writing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16885</guid> <description><![CDATA[Let&#8217;s face it, sometimes it&#8217;s just too hard to get work done with so many distractions coming at you on your computer. Email, youtube, facebook, shopping &#8211; it all adds up to one huge time suck and threaten to perpetually keep you from your work.  There are times when I need to concentrate on work [...]]]></description> <content:encoded><![CDATA[<p>Let&#8217;s face it, sometimes it&#8217;s just too hard to get work done with so many distractions coming at you on your computer. Email, youtube, facebook, shopping &#8211; it all adds up to one huge time suck and threaten to perpetually keep you from your work.  There are times when I need to concentrate on work &#8211; on writing. For those times I need to get rid of all the distractions. With Linux there are a few ways to do this. I could go to console login and use a text-based editor so there is no GUI around me to interrupt. Or I could make life a bit easier and install an application that will help to get rid of those distractions.</p><p>One application that does this job very well is <a
title="PyRoom" href="http://pyroom.org" target="_blank">PyRoom</a>. PyRoom is a simple to use application that serves as a text editor that takes up your entire screen. There are no window decorations, or minimize buttons, or anything that will get the application out of the way &#8211; unless you close the application. So for those who need a distraction from the distractions, PyRoom just might do the trick.</p><p><span
id="more-16885"></span>Because you are using a text-based editor, you should expect that the files you write in PyRoom are going to be flat text files &#8211; in other words, no formatting. Of course you can always open that text in your standard word processor and doctor it up all you want.  <span
style="background-color: #ffffff">Now, let&#8217;s take a look at installing and using PyRoom.</span></p><p><span
style="background-color: #ffffff"><strong>Installation</strong></span></p><p><span
style="background-color: #ffffff">As you can imagine, the installation of PyRoom is pretty standard. Since this is a text-based editor, let&#8217;s install from the command line (instead of the GUI). Here are the steps (for installing within Ubuntu):</span></p><ol><li><span
style="background-color: #ffffff">Open up your terminal window.</span></li><li><span
style="background-color: #ffffff">Issue the command <em>sudo apt-get install pyroom.</em></span></li><li><span
style="background-color: #ffffff">OK any dependencies that will be needed.</span></li><li><span
style="background-color: #ffffff">Watch the installation fly by.</span></li></ol><p>That&#8217;s it.  After PyRoom is installed you will find the executable menu entry in the Office sub-menu of the Applications menu. If, for some strange reason, you can not find it you can always open the &#8220;run&#8221; dialog with the &lt;Alt&gt;F2 keyboard combination and then enter the command <em>pyroom</em> to start the application.</p><p><strong>Using PyRoom</strong></p><div
id="attachment_16887" class="wp-caption alignleft" style="width: 337px"><a
rel="attachment wp-att-16887" href="http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/pyroom_main/"><img
class="size-full wp-image-16887  " src="http://www.ghacks.net/wp-content/uploads/2009/10/pyroom_main.png" alt="Figure 1" width="327" height="244" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When PyRoom starts you will see a nearly blank screen (see Figure 1). Here you can see I have added a bit of text just so you can see how PyRoom  looks. What you will also notice is the complete absence of everything you have grown accustomed to with applications. That&#8217;s the whole point.</p><p>The first thing you will probably want to do is get to the help menu. All commands are executed with the help of the &lt;Ctrl&gt; key. To get to the help menu hit the combination &lt;Ctrl&gt;h which will give you a listing of all the possible commands for PyRoom.</p><p>One of the cool features of PyRoom is that you can keep multiple buffers open so you can work on more than one file at time. To move back and forth between buffers you would hit the &lt;Ctrl&gt;Page-Up or &lt;Ctrl&gt;Page-Down. Either of those will move you between your buffers.</p><p>Of course the most important key combinations are &lt;Ctrl&gt;s for saving and &lt;Ctrl&gt;q for quitting. You can see the entire list from the help screen.</p><p><strong>A few configurations</strong></p><div
id="attachment_16888" class="wp-caption alignright" style="width: 230px"><a
rel="attachment wp-att-16888" href="http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/pyroom_config/"><img
class="size-full wp-image-16888 " src="http://www.ghacks.net/wp-content/uploads/2009/10/pyroom_config.png" alt="Figure 2" width="220" height="271" /></a><p
class="wp-caption-text">Figure 2</p></div><p>If you hit the &lt;Ctrl&gt;p combination you will bring up the Preferences window (see Figure 2). In this window you can configure a few items (you can see the General configurations in Figure 2). You can also configure a theme for PyRoom. From the Theme tab you can choose a preset them or you can create your own personal theme.</p><p><strong>Final thoughts</strong></p><p>I am a big fan of minimalism and zero distractions. Of course using today&#8217;s desktop, it&#8217;s practically impossible to avoid all distractions when you&#8217;re trying to concentrate. PyRoom offers some respite from the usual suspects and allows you to concentrate on your work &#8211; not your Tweets and Facebook status.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
