lolcat.1 (908B)
- .\" utils-extra: Collection of extra tools for Unixes
- .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2021-05-15
- .Dt LOLCAT 1
- .Os
- .Sh NAME
- .Nm lolcat
- .Nd a truecolor rainbow filter
- .Sh SYNOPSIS
- .Nm
- .Ar
- .Sh DESCRIPTION
- .Nm
- 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.
- .Pp
- .Nm
- also replaces escape to
- .Sq ^[
- in bold, this allows to strip escape codes easily.
- .Sh KNOWN ISSUES & LIMITATIONS
- .Bl -bullet
- .It
- Frequency is not adjustable yet
- .It
- .Nm
- puts escape codes even when stdout isn't a tty, this is expected, do not call
- .Nm
- otherwise
- .El
- .Sh EXIT STATUS
- .Ex -std
- .Sh SEE ALSO
- .Lk https://github.com/busyloop/lolcat "Original lolcat program, in ruby"
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me