<?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>/dev/stu &#187; making a really nice work environment in windows</title>
	<atom:link href="http://www.stuartaxon.com/category/making-a-really-nice-work-environment-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:11:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Some useful scripts for windows.</title>
		<link>http://www.stuartaxon.com/2009/09/06/some-useful-scripts-for-windows/</link>
		<comments>http://www.stuartaxon.com/2009/09/06/some-useful-scripts-for-windows/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 01:32:43 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making a really nice work environment in windows]]></category>
		<category><![CDATA[making windows usable]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=185</guid>
		<description><![CDATA[Stoyan of PHPIED.com has found the joy using javascript for scripting in the OS&#8230; I&#8217;ve put up a few scripts I find useful in windows (download at the end of the article): addpath.js &#8211; Add a path to the registry path. dt.cmd &#8211; Change to desktop folder. e.cmd &#8211; Open explorer in current or specified [...]]]></description>
			<content:encoded><![CDATA[<p>Stoyan of PHPIED.com has found the joy using <a href="http://www.phpied.com/javascript-shell-scripting/">javascript for scripting in the OS</a>&#8230;</p>
<p>I&#8217;ve put up a few scripts I find useful in windows (download at the end of the article):</p>
<ul>
<li>addpath.js &#8211; Add a path to the registry path.</li>
<li>dt.cmd &#8211; Change to desktop folder.</li>
<li>e.cmd &#8211; Open explorer in current or specified folder.</li>
<li>regpath.js  &#8211; Output the path stored in the registry.</li>
<li>updateenvironment.js &#8211; Updates running apps with any changed settings in the registry.</li>
</ul>
<p>And a couple that use <a href="http://www.python.org/download/">python</a> and <a href="http://sourceforge.net/projects/pywin32/">pywin32</a>:</p>
<ul>
<li>ccwd.py &#8211; Copy the current working directory to the clipboard</li>
<li>cpath.py &#8211; Copy the current path to the clipboard</li>
</ul>
<p>All of have acompanying batch files to run them, I generally have everything in a folder c:\usr\cmd, but they should work from anywhere in the path.</p>
<p>Download  <a href="http://www.stuartaxon.com/wp-content/uploads/2009/09/cmd.zip">cmd.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2009/09/06/some-useful-scripts-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making Windows Usable &#8211; colourisation</title>
		<link>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/</link>
		<comments>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:25:10 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making a really nice work environment in windows]]></category>
		<category><![CDATA[making windows usable]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorisation colourisation organisation]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=17</guid>
		<description><![CDATA[Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour. Colour Your folders with iColorFolder IColorFolder gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.</p>
<h2>Colour Your folders with iColorFolder</h2>
<p><a title="iColorFolder" href="http://icolorfolder.sourceforge.net/">IColorFolder</a> gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll to get access to the folder icons.</p>
<p>Incidentally if you want have a shortcut to a folder, you can use the same workaround to use a coloured icon.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png"><img style="margin-left: 0px; margin-right: 0px;" title="folders" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png" alt="" width="293" height="264" /></a></p>
<h2>Colourise your commandline</h2>
<h3>Colour ls</h3>
<p>It&#8217;s equally useful to have colour folders when using the commandline, to achieve this you can use <a href="http://utools.com/download_agree.asp?download_id=600">msls</a> from utools.</p>
<p>Download it and place it somewhere within the path (I use \usr\bin, which I <a href="http://www.computerhope.com/issues/ch000549.htm">added to the path</a> earlier).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png"><img class="alignnone size-full wp-image-60" title="colourls" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png" alt="" width="500" height="338" /></a></p>
<p>Now, to get colour directories you can type &#8220;ls &#8211;color&#8221;.  However it would be better to have that happen all the time.</p>
<p>To set color as the default, set the environment variable <strong>LS_OPTIONS</strong> to <strong>&#8211;color</strong>:</p>
<ol>
<li>Press Windows+Pause,</li>
<li>Click through these buttons: Advanced, Environment Variables, New</li>
<li>Set the name as <strong>LS_OPTIONS</strong> and the variable to <strong>&#8211;color</strong></li>
</ol>
<p>Next time you launch the commandline and type <strong>ls</strong>, it will be in colour.  You can also combine options here, for instance if you want <strong>-l</strong> to be default as well.</p>
<h3>Using 4NT/TCC-LE</h3>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png"><img class="alignnone size-full wp-image-63" title="tcc-color-dir" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png" alt="" width="500" height="297" /></a></p>
<p>Another way of getting colour directories is to use 4/NT or TakeCommand-LE (The free cut down version) from <a href="http://jpsoft.com">JPSoft</a>.  This replaces the whole command shell and has many enhancements that help day-to-day.</p>
<p>Once you&#8217;ve downloaded the shell, if you want to change colours for particular kinds of files, then type <strong>option</strong>, go to the <strong>windows</strong> tab, and you can set directory colours.</p>
<p>To set EXE CMD and BAT files to be bright white enter:</p>
<p><strong>EXE,CMD,BAT:15</strong></p>
<p>If you want bright white on blue enter</p>
<p><strong>EXE,CMD,BAT:15,1</strong></p>
<p>Semicolons seperate file types &#8211; here I&#8217;ve set executables yellow and documents white:</p>
<p><strong>EXE,CMD,BAT:14;TXT,DOC,PDF:15</strong></p>
<p>The colours are arranged foreground, background and can be any of the ones used below (note background only has 8 colours to choose from, while foreground has 16, the last being the brighter versions).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png"><img class="alignnone size-full wp-image-62" title="textmode-colors" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png" alt="" width="500" height="188" /></a></p>
<p>Note:  These are the default textmode colours, if you change the command prompt colours yours may be different.</p>
<h3>Tango in putty</h3>
<p>The tango project is a usability project for free software, the colours are very pleasing and have been <a href="http://madyogi.wordpress.com/2008/07/31/putty-tango-colors/">ported to putty</a>, alternatively the <a href="http://www.igvita.com/2008/04/14/custom-putty-color-themes/">Igvita theme</a> is nice.</p>
<p>The tango port comes with the bitstream vera mono fonts too, so everything should look pretty good once installed.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png"><img class="alignnone size-full wp-image-64" title="putty-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png" alt="" width="500" height="448" /></a></p>
<h2>Colourise your browser</h2>
<p>If you use firefox you can install <a href="https://addons.mozilla.org/en-US/firefox/addon/1368">ColourfulTabs</a> which makes it easier to find that tab among the crowd (especially useful if like me, you have lots open).</p>
<h2><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs.png"><img style="margin-left: 0px; margin-right: 0px;" title="colourtabs" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs-300x264.png" alt="" width="300" height="264" /></a></h2>
<h2>Colourise gmail (sometimes)</h2>
<p>This one is a little annoying as it seems to be broken, but I&#8217;ll include it anyway in case it gets fixed.</p>
<p>If you install greasemonkey and the gmail colouriser, then all your gmail will be coloured by label (for instance I have a label for mailing lists I subscribe to).      When the gmail colouriser is working this works great for finding certain kinds of mail in the long list.</p>
<p>Unfortunately this isn&#8217;t working for me at the moment, so no screenshot&#8230; if I knew how to debug greasemonkey scripts I might have a look at fixing this as it&#8217;s so useful &#8211; it seems to choke on certain mail names but I&#8217;m not sure what they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JEdit with tango goodness</title>
		<link>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/</link>
		<comments>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 03:01:04 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making a really nice work environment in windows]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=54</guid>
		<description><![CDATA[I&#8217;ve been using a patched version of JEdit with tango icons for a while, but seems like I missed the fact that 4.3 pre 14 came out with Tango support. Go forth and download&#8230; Via  http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html Tango is a project to bring tasty icons to open source projects, those on windows can also see tango [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using a patched version of JEdit with tango icons for a while, but seems like I missed the fact that 4.3 pre 14 came out with <a title="Tango Project" href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango</a> support.</p>
<p>Go forth and <a title="JEdit" href="http://www.jedit.org/">download&#8230; </a></p>
<p>Via  <a title="deadcabbit" href="http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html">http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html</a></p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/07/jedit-tango.png"><img class="alignnone size-full wp-image-57" title="jedit-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/07/jedit-tango.png" alt="" width="500" height="318" /></a></p>
<p>Tango is a project to bring tasty icons to open source projects, those on windows can also see tango icons in the current version of the gimp, in linux you can see them in gnome and kde.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

