Friday, April 27, 2012

New cli tool: Tree

One of the tool I missed most when I switched to Mac from Linux was the tree command. I wrote a new tool Tree (available from WizTools.org mini-projects) in Java which has similar functionality as Unix tree. This tool is an executable Jar:

$ java -jar tree-0.1.0-jar-with-dependencies.jar

The output is similar (not same) to Unix tree command. The tool also supports command-line options:

WizTools.org tree-v0.1.0

Download.

Sunday, April 22, 2012

Markdown2Html: Java command line tool v0.1.0 released

I am happy to announce the immediate availability of Markdown2Html tool (as part of the WizTools.org mini-projects). Guess what, this is a command line tool written in Java used to convert Markdown text to HTML. The tool operates on STDIN and STDOUT. Sample usage:

$ java -jar markdown2html-0.1.0-jar-with-dependencies.jar < sample.md > out.html

Download the executable Jar: http://wiztools.googlecode.com/files/markdown2html-0.1.0-jar-with-dependencies.jar.

RESTClient Featured in Mac Softpedia

Check it out here: http://mac.softpedia.com/get/Development/Java/RESTClient.shtml

Wednesday, April 11, 2012

Checksum Compute 0.3.0 Released

Checksum Compute is a MD5 and SHA computation tool written in Java Swing. Version 0.3.0 is released and is available for download. The new version has better support for Mac.WizTools.org Checksum Compute 0.3.0