The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::sdview::Output::Terminal - generate terminal formatted output from App::sdview

SYNOPSIS

   $ sdview README.pod -o terminal

(though this is likely the default output mode)

DESCRIPTION

This output module generates formatted output with embedded terminal control codes, allowing colours and formatting information to be displayed on a terminal.

By default, if the process standard output stream appears to be a TTY device, the output is piped via less -R to act as a simple iteractive pager.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>