logo

utils

~/.local/bin tools and git-hooks

lolcat.1 (824B)


      1 .Dd 2019-03-03
      2 .Dt LOLCAT 1
      3 .Os
      4 .Sh NAME
      5 .Nm lolcat
      6 .Nd a truecolor rainbow filter
      7 .Sh SYNOPSIS
      8 .Nm
      9 takes no options
     10 .Sh DESCRIPTION
     11 .Nm
     12 takes each character from it's standard input and prints it with a truecolor escape sequence, making the text output rainbow colored given enough characters.
     13 .Sh KNOWN ISSUES & LIMITATIONS
     14 .Bl
     15 .It
     16 Does not strip already existing escape codes, thus creating a mess when some are already present, considered a non-issue since programs should avoid coloring piped output.
     17 .It
     18 Frequence is not adjustable yet
     19 .It
     20 .Nm
     21 puts escape codes even when stdout isn't a tty, this is expected, do not call
     22 .Nm
     23 otherwise
     24 .Sh EXIT STATUS
     25 .Ex -std
     26 .Sh SEE ALSO
     27 .Lk https://github.com/busyloop/lolcat "Original lolcat program, in ruby"
     28 .Sh AUTHORS
     29 .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me