<?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>Zulius &#187; bash</title>
	<atom:link href="http://www.zulius.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zulius.com</link>
	<description>Advanced Application Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:09:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>bashtasklog: formatted output for bash scripts</title>
		<link>http://www.zulius.com/freebies/bashtasklog-format-output-for-bash-scripts/</link>
		<comments>http://www.zulius.com/freebies/bashtasklog-format-output-for-bash-scripts/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:46:33 +0000</pubDate>
		<dc:creator>Tim White</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.zulius.com/?p=408</guid>
		<description><![CDATA[A bash function library for displaying formatted script progress output.]]></description>
			<content:encoded><![CDATA[<div style="margin: 0 auto; text-align: center"><a title="Download" href="http://github.com/timbowhite/bashtasklog" target="_blank"><img src="/img/button-dl-orange.png" alt="" width="202" height="62" /></a></div>
<div style="float: right; padding: 0 5px; margin: 25px 0 0 0;width: 160px">
<div style="clear: both">
<div class="wp-caption alignright" style="width: 160px"><a id="ss1" href="/img/blog/bash-beauty/bash-beauty-ss1.jpg" rel="colorbox"><img title="bashtasklog screenshot #1" src="/img/blog/bash-beauty/bash-beauty-ss1-thumb.jpg" alt="bash-beauty screenshot #1" width="150" height="110" /></a><p class="wp-caption-text">screenshot #1</p></div><br />
<script type="text/javascript">jQuery(document).ready(function(){jQuery("#ss1").colorbox({title: 'basic usage'});});</script>
</div>
<div style="clear: both">
<div class="wp-caption alignright" style="width: 160px"><a id="ss2" href="/img/blog/bash-beauty/bash-beauty-ss2.jpg" rel="colorbox"><img title="bashtasklog screenshot #2" src="/img/blog/bash-beauty/bash-beauty-ss2-thumb.jpg" alt="bash-beauty screenshot #2" width="150" height="110" /></a><p class="wp-caption-text">screenshot #2</p></div><br />
<script type="text/javascript">jQuery(document).ready(function(){jQuery("#ss2").colorbox({title: 'Print multi-colored result statuses'});});</script><br />

</div>
<div style="clear: both">
<div class="wp-caption alignright" style="width: 160px"><a id="ss3" href="/img/blog/bash-beauty/bash-beauty-ss3.jpg" rel="colorbox"><img title="bashtasklog screenshot #3" src="/img/blog/bash-beauty/bash-beauty-ss3-thumb.jpg" alt="bash-beauty screenshot #3" width="150" height="110" /></a><p class="wp-caption-text">screenshot #3</p></div><br />
<script type="text/javascript">jQuery(document).ready(function(){jQuery("#ss3").colorbox({title: 'Prefix each task with a 14 digit timestamp'});});</script>
</div>
</div>
<h2>What is it?</h2>
<p>
A utility logging class for bash implemented in an OO interface.  It prints nicely formatted messages to the console and/or logfile.  The format is  similar to Linux boot messages.</p>
<h2>What does it do?</h2>
<ul>
<li>Logs/echo's script tasks and results in a columnar format</li>
<li>Appends each task line with a colored status result (terminal stdout only)</li>
<li>Makes your script's output more readable</li>
</ul>
<h2>Other Features</h2>
<ul>
<li>Customizable message column width</li>
<li>Quiet mode writes only to a specified log file</li>
<li>Optionally prefixes all messages with a 14 digit timestamp</li>
<li>Licensed under GPL v2</li>
</ul>
<h2>Requirements</h2>
<p style="padding-left: 30px;">
<a title="Perl" href="http://www.gnu.org/software/bash/" target="_blank">GNU Bourne-Again Shell (BASH)</a>
</p>
<h2>Usage</h2>
<p style="padding-left: 30px">See the <a href="http://github.com/timbowhite/bashtasklog"> GitHub README</a> for usage and examples.</p>
<div style="margin: 0 auto; text-align: center"><a title="Download" href="http://github.com/timbowhite/bashtasklog" target="_blank"><img src="/img/button-dl-orange.png" alt="" width="202" height="62" /></a></div>
<img src="http://www.zulius.com/blog/?ak_action=api_record_view&id=408&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.zulius.com/freebies/bashtasklog-format-output-for-bash-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

