From 2b0e67a011bca70fc916c62f7d5b76f1462f14b3 Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Fri, 28 Jun 2024 23:38:03 +0200 Subject: [PATCH] Document `term_snow` command. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7c2a16..e90af67 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,15 @@ The homepage of this library is located at The following executables are provided with Term::ANSIColor: -* `cdiff`: colors a diff patch -* `decolor`: decolors any text file that was colored with ANSI escape sequences -* `colortab`: Displays a table of the 256 terminal colors with their indices and +* `term_cdiff`: colors a diff patch +* `term_colortab`: Displays a table of the 256 terminal colors with their indices and nearest html equivalents. * `term_display`: displays a ppm3 or ppm6 image file in the terminal. If the netpbm programs are installed it can handle a lot of other image file formats. +* `term_decolor`: decolors any text file that was colored with ANSI escape sequences * `term_mandel`: displays the mandelbrot set in the terminal +* `term_snow`: displays falling snow in the terminal using ANSI movement + sequences. Additionally the file examples/example.rb in the source/gem-distribution shows how this library can be used.