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

NAME

uricolor - Colorize URIs with ANSI colors.

SYNOPSIS

    $ uricolor [-hVds] [-c color] [file ...]

    -h, --help      help
    -V, --version   version
    -d              debug
    -s              schemeless
    -c              color (default : underline blue)

DESCRIPTION

uricolor is a Perl script to colorize URIs with ANSI colors. It reads files sequentially, and writes them to STDOUT, with all URIs colored. If file is a dash "-" or if no file is given as argument, uricolor reads from STDIN.

BUGS

Please report any bugs or feature requests to kaldor@cpan.org, or through the web interface at https://github.com/kal247/App-uricolor/issues.

AUTHOR

jul, kaldor@cpan.org

LICENSE AND COPYRIGHT

This software is Copyright (c) 2019 by jul.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

SEE ALSO

urifind, URI::Find, URI::Find::Schemeless