From 0005c57669cbe4213b4479886ca450d2e5241e31 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 28 Nov 2011 13:49:36 +0000 Subject: [PATCH] Added ginsu to readme --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index a198bd45e..1ae292ec2 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,10 @@ Cooks a recipe file and sends the output to STDOUT Cooks a recipe file and serves it over HTTP port 8000 + node ginsu.js + +Splits a TiddlyWiki file into separate `.tid` files and a `split.recipe` file. + ## Testing `test.sh` contains a simple test that cooks the main tiddlywiki.com recipe, first with the old Ruby-based tool, and then the new one. It uses OS X's opendiff to display the differences between the two files.