As usual, the release includes:
- Download
- Release notes
- All wiki pages updated
This command-line tool from WizTools.org mini-projects now supports URLs as command-line parameters:
<dependency> <groupId>org.wiztools</groupId> <artifactId>cache-lib</artifactId> <version>0.1.0</version> </dependency>
<dependency> <groupId>org.wiztools</groupId> <artifactId>pagination-lib</artifactId> <version>0.2.0</version> </dependency>
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:
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.
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.
<dependency> <groupId>org.wiztools.commons</groupId> <artifactId>wiztools-commons-lib</artifactId> <version>0.3.0</version> </dependency>
<dependency> <groupId>org.wiztools</groupId> <artifactId>wiztools-oembed</artifactId> <version>0.2.0</version> </dependency>
$ hg clone -r wiztools-oembed-0.1.0 https://code.google.com/p/wiztools-oembed/