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

NAME

term-detect-software - Detect terminal software using Term::Detect::Software

VERSION

This document describes version 0.001 of term-detect-software (from Perl distribution App-TermAttrUtils), released on 2019-08-20.

SYNOPSIS

 % term-detect-software

Sample result:

 {
   _debug_info     => ["detect: konsole via KONSOLE_DBUS_{SERVICE,SESSION} env"],
   box_chars       => 1,
   color_depth     => 16777216,
   default_bgcolor => "000000",
   emulator_engine => "konsole",
   unicode         => 1,
 }

DESCRIPTION

This is a simple CLI for Term::Detect::Software.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-TermAttrUtils.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-TermAttrUtils.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-TermAttrUtils

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Term::Detect::Software

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by perlancar@cpan.org.

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