The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ansifold - fold command handling ANSI terminal sequences

SYNOPSIS

ansifold [ options ]

    --width=80, -w80         Folding width
    --boundary=word, -s      Fold on word boundary
    --padding                Padding to margin space
    --padchar=_              Padding character
    --ambiguous=narrow|wide  Unicode ambiguous character handling
    --paragraph, -p          Print extra newline

DESCRIPTION

ansifold is almost fold compatible command utilizing Text::ANSI::Fold module, which enables to handle ANSI terminal sequences properly.

LICENSE

Copyright (C) Kazumasa Utashiro.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Kazumasa Utashiro