Skip to content

Commit

Permalink
Document term_snow command.
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Jun 28, 2024
1 parent b93f009 commit 2b0e67a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b0e67a

Please sign in to comment.