App-ansifold
view release on metacpan or search on metacpan
Takes optional number for tabstop and it precedes to **--tabstop**
option.
$ ansifold -x4w-1
## **--tabhead**, **--tabspace**
Each tab character is converted to **tabhead** and following
**tabspace** characters (both are space by default). They can be
specified by **--tabhead** and **--tabspace** option. If the option
value is longer than single characger, it is evaluated as unicode
name. Next example makes tab character visible keeping text layout.
$ ansifold --expand --tabhead="MEDIUM SHADE" --tabspace="LIGHT SHADE"
## **--tabstyle**
Option **--tabstyle** allow to set **--tabhead** and **--tabspace**
characters at once according to the given style name. Select from
`dot`, `symbol` or `shade`. Styles are defined in
[Text::ANSI::Fold](https://metacpan.org/pod/Text%3A%3AANSI%3A%3AFold) library.
script/ansifold view on Meta::CPAN
Takes optional number for tabstop and it precedes to B<--tabstop>
option.
$ ansifold -x4w-1
=head2 B<--tabhead>, B<--tabspace>
Each tab character is converted to B<tabhead> and following
B<tabspace> characters (both are space by default). They can be
specified by B<--tabhead> and B<--tabspace> option. If the option
value is longer than single characger, it is evaluated as unicode
name. Next example makes tab character visible keeping text layout.
$ ansifold --expand --tabhead="MEDIUM SHADE" --tabspace="LIGHT SHADE"
=head2 B<--tabstyle>
Option B<--tabstyle> allow to set B<--tabhead> and B<--tabspace>
characters at once according to the given style name. Select from
C<dot>, C<symbol> or C<shade>. Styles are defined in
L<Text::ANSI::Fold> library.
script/ansifold view on Meta::CPAN
=head1 LICENSE
Copyright 2018-2022 Kazumasa Utashiro
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# LocalWords: unicode ansifold LANG colrm KINSOKU ansiexpand
# LocalWords: ansicolrm
( run in 0.434 second using v1.01-cache-2.11-cpan-88abd93f124 )