From 4f718e4a3b956028703a89e2f6adeb76dff94bad Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Tue, 19 Feb 2013 10:45:55 +0100 Subject: Suggest kikito's fork as an alternative --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9dbff58..280093e 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,10 @@ Usage term.cursor.save() -- save position term.cursor.restore() -- restore position ``` + +Alternatives +------------ + +If you are looking to simply provide coloration to a terminal application and would +like to use a more "tag-like" API (ex. `colors '%{red}hello%{reset}'`), there is a Lua rock +named ansicolors: https://github.com/kikito/ansicolors.lua -- cgit v1.2.3-55-g6feb