App-BorderStyleUtils

 view release on metacpan or  search on metacpan

script/list-border-style-modules  view on Meta::CPAN


=head1 COMPLETION

This script has shell tab completion capability with support for several
shells.

=head2 bash

To activate bash completion for this script, put:

 complete -C list-border-style-modules list-border-style-modules

in your bash startup (e.g. F<~/.bashrc>). Your next shell session will then
recognize tab completion for the command. Or, you can also directly execute the
line above in your shell to activate immediately.

It is recommended, however, that you install modules using L<cpanm-shcompgen>
which can activate shell completion for scripts immediately.

=head2 tcsh

To activate tcsh completion for this script, put:

 complete list-border-style-modules 'p/*/`list-border-style-modules`/'

in your tcsh startup (e.g. F<~/.tcshrc>). Your next shell session will then
recognize tab completion for the command. Or, you can also directly execute the
line above in your shell to activate immediately.

It is also recommended to install L<shcompgen> (see above).

=head2 other shells

For fish and zsh, install L<shcompgen> as described above.

=head1 EXAMPLES

List style names:

 % list-border-style-modules
 ASCII::None
 ASCII::SingleLine
 ASCII::SingleLineDoubleAfterHeader
 ASCII::SingleLineHorizontalOnly
 ASCII::SingleLineInnerOnly
 ASCII::SingleLineOuterOnly
 ASCII::SingleLineVerticalOnly
 ASCII::Space
 ASCII::SpaceInnerOnly
 BoxChar::None
 BoxChar::SingleLine
 BoxChar::SingleLineHorizontalOnly
 BoxChar::SingleLineInnerOnly
 BoxChar::SingleLineOuterOnly
 BoxChar::SingleLineVerticalOnly
 BoxChar::Space
 BoxChar::SpaceInnerOnly
 Test::CustomChar
 Test::Labeled
 Test::Random
 Text::ANSITable::OldCompat::Default::bold
 Text::ANSITable::OldCompat::Default::brick
 Text::ANSITable::OldCompat::Default::bricko
 Text::ANSITable::OldCompat::Default::csingle
 Text::ANSITable::OldCompat::Default::double
 Text::ANSITable::OldCompat::Default::none_ascii
 Text::ANSITable::OldCompat::Default::none_boxchar
 Text::ANSITable::OldCompat::Default::none_utf8
 Text::ANSITable::OldCompat::Default::single_ascii
 Text::ANSITable::OldCompat::Default::single_boxchar
 Text::ANSITable::OldCompat::Default::single_utf8
 Text::ANSITable::OldCompat::Default::singleh_ascii
 Text::ANSITable::OldCompat::Default::singleh_boxchar
 Text::ANSITable::OldCompat::Default::singleh_utf8
 Text::ANSITable::OldCompat::Default::singlei_ascii
 Text::ANSITable::OldCompat::Default::singlei_boxchar
 Text::ANSITable::OldCompat::Default::singlei_utf8
 Text::ANSITable::OldCompat::Default::singleo_ascii
 Text::ANSITable::OldCompat::Default::singleo_boxchar
 Text::ANSITable::OldCompat::Default::singleo_utf8
 Text::ANSITable::OldCompat::Default::singlev_ascii
 Text::ANSITable::OldCompat::Default::singlev_boxchar
 Text::ANSITable::OldCompat::Default::singlev_utf8
 Text::ANSITable::OldCompat::Default::space_ascii
 Text::ANSITable::OldCompat::Default::space_boxchar
 Text::ANSITable::OldCompat::Default::space_utf8
 Text::ANSITable::OldCompat::Default::spacei_ascii
 Text::ANSITable::OldCompat::Default::spacei_boxchar
 Text::ANSITable::OldCompat::Default::spacei_utf8
 UTF8::Brick
 UTF8::BrickOuterOnly
 UTF8::DoubleLine
 UTF8::None
 UTF8::SingleLine
 UTF8::SingleLineBold
 UTF8::SingleLineBoldHeader
 UTF8::SingleLineCurved
 UTF8::SingleLineDoubleAfterHeader
 UTF8::SingleLineHorizontalOnly
 UTF8::SingleLineInnerOnly
 UTF8::SingleLineOuterOnly
 UTF8::SingleLineVerticalOnly
 UTF8::Space
 UTF8::SpaceInnerOnly

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/App-BorderStyleUtils>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-App-BorderStyleUtils>.

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 CONTRIBUTING


To contribute, you can send patches by email/via RT, or send pull requests on



( run in 0.724 second using v1.01-cache-2.11-cpan-39bf76dae61 )