Textiler — a command-line textile parser

Textiler is a command-line tool for people who don't want to know about Ruby, PHP, OCaml or other crap, but know about Unix-way.

Try it

Download pre-compiled binaries here. Then:

$ echo *hello* | ./textiler
<p><strong>hello</strong></p>

Read -help for some additionaly options.

Features

It supports:

It doesn't (yet1) support:

Sources

Textiler is a part of textile-ocaml. To build textiler, download textile-ocaml sources and run make textiler.

1 See TODO file.