App::uricolor
uricolor is a Perl script to colorize URIs with ANSI colors. It reads from STDIN and writes to STDOUT.
INSTALLATION
To install this module automatically from CPAN :
cpan App::uricolor
To install this module automatically from Git repository :
cpanm https://github.com/kal247/App-uricolor.git
To install this module manually, run the following commands :
perl Makefile.PL
make
make test
make install
PREREQUISITES
URI::Find, URI::Find::Schemeless, Term::ANSIColor
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc uricolor
You can also look for information at:
-
RT: CPAN's request tracker (report bugs here)
-
AnnoCPAN: Annotated CPAN documentation
-
CPAN Ratings
-
Search CPAN
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by jul.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)